Skip to content

Commit 4db9db8

Browse files
authored
Merge pull request #71 from webxdc/adb/fix-ci
try to fix CI
2 parents eed8aa8 + 4fdcf66 commit 4db9db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/
2525
- name: Cache dependencies
2626
id: cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: ./node_modules
3030
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)