We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a762c0 + deb56d0 commit 9612977Copy full SHA for 9612977
2 files changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
cache: npm
28
29
- name: Cache npm dependencies
30
- uses: actions/cache@v4
+ uses: actions/cache@v5
31
id: cache-node-modules
32
with:
33
path: node_modules
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
34
35
36
37
38
0 commit comments