Skip to content

Commit 407aed6

Browse files
committed
chore: upgrade cache version
1 parent 74248d4 commit 407aed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Cache npm dependencies
14-
uses: actions/cache@v2
14+
uses: actions/cache@v4
1515
with:
1616
path: node_modules
1717
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)