mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-20 13:15:54 +00:00
Merge pull request #263 from RobotsAndPencils/dependabot/github_actions/actions/cache-3.0.5
Bump actions/cache from 3.0.4 to 3.0.5
This commit is contained in:
commit
bc0f44bc9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appcast.yml
vendored
2
.github/workflows/appcast.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Cache 📦
|
- name: Cache 📦
|
||||||
uses: actions/cache@v3.0.4
|
uses: actions/cache@v3.0.5
|
||||||
with:
|
with:
|
||||||
path: AppCast/vendor/bundle
|
path: AppCast/vendor/bundle
|
||||||
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}
|
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue