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