Skip to content

Commit f1d2731

Browse files
chore(deps): update actions/cache action to v4
1 parent c269fbd commit f1d2731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 12.x
1515

1616
- name: Use cached node_modules
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
path: node_modules
2020
key: nodeModules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)