We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6af770 + 0ac07d8 commit 062ba7eCopy full SHA for 062ba7e
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
node-version: '22'
27
28
- name: Cache node modules
29
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4.0.0
30
env:
31
cache-name: cache-node-modules
32
with:
.github/workflows/linter.yml
@@ -28,7 +28,7 @@ jobs:
- uses: actions/cache@v4
33
path: ~/.npm
34
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments