Skip to content

Commit cc8f290

Browse files
Update actions/cache action to v5
1 parent 276916c commit cc8f290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version-file: .nvmrc
2020
- name: Setup cache
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: |
2424
~/.npm

0 commit comments

Comments
 (0)