Skip to content

Commit fb3e56c

Browse files
updated actions/cache to v4
1 parent e585fe6 commit fb3e56c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '20.x'
1717

1818
- name: Cache NPM dependencies
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: node_modules
2222
key: ${{ runner.OS }}-npm-cache

0 commit comments

Comments
 (0)