We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3d997e + 8ecc3b4 commit 5091742Copy full SHA for 5091742
.github/workflows/nodejs.yml
@@ -58,7 +58,7 @@ jobs:
58
node-version: 20.x
59
cache: npm
60
61
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
62
name: Setup Cypress cache
63
with:
64
path: |
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
45
registry-url: 'https://registry.npmjs.org'
46
47
48
name: Setup npm cache
49
50
path: ~/.npm
0 commit comments