Skip to content

Commit 36776f7

Browse files
committed
try cache v4
1 parent f90f670 commit 36776f7

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
@@ -25,7 +25,7 @@ jobs:
2525
id: yarn-cache-dir-path
2626
run: echo "::set-output name=dir::$(yarn cache dir)"
2727

28-
- uses: actions/cache@v2
28+
- uses: actions/cache@v4
2929
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
3030
with:
3131
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)