Skip to content

Commit a34d4fa

Browse files
committed
upgrade cache action
1 parent b7ac3e4 commit a34d4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: ${{ inputs.node-version }}
1717
- name: Cache dependencies
1818
id: cache
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: ./node_modules
2222
key: modules-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)