mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-26 14:57:37 +00:00
Merge pull request #241 from RobotsAndPencils/dependabot/github_actions/actions/cache-3.0.4
Bump actions/cache from 3.0.3 to 3.0.4
This commit is contained in:
commit
e8e9c8bbd9
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.3
|
uses: actions/cache@v3.0.4
|
||||||
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