Merge pull request #195 from RobotsAndPencils/dependabot/github_actions/actions/cache-3.0.1

Bump actions/cache from 2.1.7 to 3.0.1
This commit is contained in:
Matt Kiazyk 2022-04-07 18:13:30 -05:00 committed by GitHub
commit 9a62be6376
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@v2.1.7
uses: actions/cache@v3.0.1
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}