Merge pull request #475 from XcodesOrg/dependabot/github_actions/actions/cache-4.0.0

Bump actions/cache from 3.3.2 to 4.0.0
This commit is contained in:
Matt Kiazyk 2024-01-19 13:00:40 -06:00 committed by GitHub
commit 159f1caa5c
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@v3.3.2
uses: actions/cache@v4.0.0
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}