Skip to content

Commit 7ff79fd

Browse files
committed
ci(code-check): fix incorrect action version of cache
1 parent 18eda1b commit 7ff79fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
version: 8.15.4
7575

7676
- name: Cache dependencies
77-
uses: actions/cache@v2
77+
uses: actions/cache@v4
7878
with:
7979
path: node_modules
8080
key: node_modules-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)