Skip to content

Commit f7864e9

Browse files
Update deploy.yml
Update actions/cache to v4 to fix deploy failures on github. Should fix deploy error on [PR#1286](#1286)
1 parent a05247f commit f7864e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Cache
2626
id: cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: ./node_modules
3030
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)