Skip to content

Commit 62ba70d

Browse files
version fix
1 parent e85253c commit 62ba70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Get yarn cache directory path
3333
id: yarn-cache-dir-path
3434
run: echo "::set-output name=dir::$(yarn cache dir)"
35-
- uses: actions/cache@v2
35+
- uses: actions/cache@v3
3636
with:
3737
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
3838
key: v1/${{ runner.os }}/java-${{ matrix.java }}/${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)