Merge pull request #358 from RobotsAndPencils/dependabot/github_actions/actions/cache-3.2.6

Bump actions/cache from 3.2.5 to 3.2.6
This commit is contained in:
Matt Kiazyk 2023-03-06 21:56:31 -06:00 committed by GitHub
commit 9d681927d2
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.2.5
uses: actions/cache@v3.2.6
with:
path: AppCast/vendor/bundle
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}