We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d17b6c + 4575a3d commit 90325a9Copy full SHA for 90325a9
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@v5.0.5
+ uses: actions/cache@v5.1.0
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