Merge pull request #515 from XcodesOrg/dependabot/github_actions/actions/cache-4.0.1

Bump actions/cache from 4.0.0 to 4.0.1
This commit is contained in:
Matt Kiazyk 2024-03-08 14:49:05 -06:00 committed by GitHub
commit 5632820780
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.0
uses: actions/cache@v4.0.1
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}