Merge pull request #625 from XcodesOrg/dependabot/github_actions/actions/cache-4.1.1

Bump actions/cache from 4.0.2 to 4.1.1
This commit is contained in:
Matt Kiazyk 2024-10-18 08:38:09 -05:00 committed by GitHub
commit b81eab0cc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
persist-credentials: false
- name: Cache 📦
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}