Skip to content

Commit 97d2951

Browse files
Update build.yml
1 parent 6b9328f commit 97d2951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: npx github:randommodderjdk/altstore-github --config web/altstore.template.json > web/altstore.json
8080

8181
- name: Cache npm dependencies
82-
uses: actions/cache@v2
82+
uses: actions/cache@v4
8383
with:
8484
path: '~/.npm'
8585
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)