We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29146f0 commit 902441dCopy full SHA for 902441d
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Get yarn cache directory path
27
id: yarn-cache-dir-path
28
run: echo "::set-output name=dir::$(yarn cache dir)"
29
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
30
with:
31
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
32
key: ${{ runner.os }}-yarn-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
0 commit comments