Skip to content

Commit b1e31ba

Browse files
committed
fix(deploy): Update cache action
1 parent 09e5295 commit b1e31ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
2727

2828
- name: Cache node modules
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
env:
3131
cache-name: cache-node-modules
3232
with:

0 commit comments

Comments
 (0)