Skip to content

Commit 0f04d94

Browse files
Update actions/cache action to v4
1 parent 601b202 commit 0f04d94

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
@@ -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)