Skip to content

Commit d81e5ff

Browse files
authored
fix erroneous actions/cache version
1 parent 9b97d69 commit d81e5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: pages
4545
uses: actions/configure-pages@v5
4646
- name: Restore npm cache
47-
uses: actions/cache@v5
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.npm
5050
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)