Skip to content

Commit 314301d

Browse files
committed
chore: updated github action cache module
1 parent 87ecde8 commit 314301d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- uses: actions/cache@v2
9+
- uses: actions/cache@v4
1010
with:
1111
path: '**/node_modules'
1212
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)