Skip to content

Commit 0ae9343

Browse files
committed
fix: 升级actions/cache: v2为v3
1 parent 0edc9bf commit 0ae9343

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: "16"
1818
- name: Cache NPM dependencies
19-
uses: actions/cache@v2
19+
uses: actions/cache@v3
2020
with:
2121
path: node_modules
2222
key: ${{ runner.OS }}-npm-cache

0 commit comments

Comments
 (0)