We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d8396 commit 64c00d8Copy full SHA for 64c00d8
.github/workflows/deploy-to-gh-pages.yml
@@ -36,7 +36,7 @@ jobs:
36
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
37
38
- name: Cache node modules
39
- uses: actions/cache@v1
+ uses: actions/cache@v4
40
env:
41
cache-name: cache-node-modules
42
with:
0 commit comments