Skip to content

Commit 64c00d8

Browse files
authored
fix(deploy-to-gh-pages): Update cache actions
1 parent f3d8396 commit 64c00d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
3737

3838
- name: Cache node modules
39-
uses: actions/cache@v1
39+
uses: actions/cache@v4
4040
env:
4141
cache-name: cache-node-modules
4242
with:

0 commit comments

Comments
 (0)