Skip to content

Commit 878164f

Browse files
Update actions/cache action to v4
1 parent 538607a commit 878164f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout Code
1111
uses: actions/checkout@v2
1212
- name: Cache node modules
13-
uses: actions/cache@v2
13+
uses: actions/cache@v4
1414
with:
1515
path: ~/.npm
1616
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)