Merge pull request #136 from RobotsAndPencils/dependabot/github_actions/actions/cache-2.1.6

Bump actions/cache from 2.1.5 to 2.1.6
This commit is contained in:
Matt Kiazyk 2021-08-18 16:55:20 -05:00 committed by GitHub
commit 36a5dd7ba3
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.5
uses: actions/cache@v2.1.6
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}