We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/cache@v2
1 parent 090c5f7 commit 3b3abceCopy full SHA for 3b3abce
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: ${{ matrix.node }}
20
- id: yarn-cache
21
run: echo "::set-output name=dir::$(yarn cache dir)"
22
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
23
with:
24
path: ${{ steps.yarn-cache.outputs.dir }}
25
key: ${{ matrix.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
0 commit comments