Skip to content

Commit cff45e1

Browse files
committed
fix: update ci cache
1 parent 7ce29ae commit cff45e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: yarn-cache
2020
run: echo "::set-output name=dir::$(yarn cache dir)"
2121

22-
- uses: actions/cache@v1
22+
- uses: actions/cache@v3
2323
with:
2424
path: ${{ steps.yarn-cache.outputs.dir }}
2525
key: ${{ runner.os }}-yarn-v1-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)