mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-04-25 14:47:38 +00:00
Merge pull request #351 from RobotsAndPencils/dependabot/github_actions/actions/cache-3.2.4
Bump actions/cache from 3.2.2 to 3.2.4
This commit is contained in:
commit
4a48d55ac7
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.2.2
|
uses: actions/cache@v3.2.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