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.
1 parent e85253c commit 62ba70dCopy full SHA for 62ba70d
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Get yarn cache directory path
33
id: yarn-cache-dir-path
34
run: echo "::set-output name=dir::$(yarn cache dir)"
35
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
36
with:
37
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
38
key: v1/${{ runner.os }}/java-${{ matrix.java }}/${{ hashFiles('**/yarn.lock') }}
0 commit comments