Merge pull request #543 from XcodesOrg/dependabot/github_actions/actions/cache-4.0.2

Bump actions/cache from 4.0.1 to 4.0.2
This commit is contained in:
Matt Kiazyk 2024-03-22 10:15:18 -05:00 committed by GitHub
commit 4e177b5fbf
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.1
uses: actions/cache@v4.0.2
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}