Skip to content

Commit fc63185

Browse files
upgrade actions/cache to v4 in github actions
1 parent fe4a218 commit fc63185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: '18'
2121
- name: Cache NPM dependencies
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: node_modules
2525
key: ${{ runner.OS }}-npm-cache
@@ -33,4 +33,4 @@ jobs:
3333
uses: peaceiris/actions-gh-pages@v3
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
36-
publish_dir: ./public
36+
publish_dir: ./public

0 commit comments

Comments
 (0)