Merge pull request #105 from RobotsAndPencils/dependabot/github_actions/actions/cache-v2.1.4

Bump actions/cache from v2 to v2.1.4
This commit is contained in:
Brandon Evans 2021-02-08 08:16:18 -07:00 committed by GitHub
commit 76da8dffb7
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
uses: actions/cache@v2.1.4
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}