Skip to content

Commit 9031385

Browse files
authored
Update ci.yml
1 parent 044cda0 commit 9031385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Get cached node modules
2929
id: yarn-cache-dir-path
3030
run: echo "::set-output name=dir::$(yarn cache dir)"
31-
- uses: actions/cache@v2.1.6
31+
- uses: actions/cache@v2
3232
id: yarn-cache
3333
with:
3434
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)