mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
⬆️ Upgrade actions/cache action to v3
This commit is contained in:
parent
db2d04d389
commit
423f84bb50
1 changed files with 1 additions and 1 deletions
2
.github/workflows/record-images.yml
vendored
2
.github/workflows/record-images.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
working-directory: record
|
||||
id: yarn-cache
|
||||
run: echo "::set-output name=dir::$(yarn cache dir)"
|
||||
- uses: actions/cache@v2
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ${{ steps.yarn-cache.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
|
|
Loading…
Reference in a new issue