We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf93e2c commit 989b1cdCopy full SHA for 989b1cd
1 file changed
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: ${{ matrix.node-version }}
27
28
- name: 3. 缓存
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
id: cache-dependencies
31
with:
32
path: node_modules
0 commit comments