We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c7539 commit bfbd000Copy full SHA for bfbd000
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
id: yarn-cache-dir-path
29
run: echo "::set-output name=dir::$(yarn cache dir)"
30
31
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
32
with:
33
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
34
key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
0 commit comments