Merge pull request #447 from XcodesOrg/dependabot/github_actions/actions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
This commit is contained in:
Matt Kiazyk 2023-11-22 08:33:54 -06:00 committed by GitHub
commit 1bd5017350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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