Skip to content

Commit 6cc0152

Browse files
Update actions/cache action to v4.2.2
1 parent 8c8ebbb commit 6cc0152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: '20'
2727

2828
- name: Cache dependencies
29-
uses: actions/cache@v4.0.2
29+
uses: actions/cache@v4.2.2
3030
with:
3131
path: |
3232
**/node_modules

0 commit comments

Comments
 (0)