We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29e958e + a0e16d9 commit 96385daCopy full SHA for 96385da
2 files changed
.github/workflows/code-check.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Cache pnpm store
33
id: cache-node-modules
34
- uses: actions/cache@v3.0.1
+ uses: actions/cache@v5.0.2
35
with:
36
path: |
37
./node_modules
.github/workflows/run-test.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments