Skip to content

Commit 44c3bf0

Browse files
committed
chore: updating gha cache action to v4
1 parent 679ae4a commit 44c3bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 20.x
1717

1818
- name: Use cached node_modules
19-
uses: actions/cache@v1
19+
uses: actions/cache@v4
2020
with:
2121
path: node_modules
2222
key: nodeModules-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)