Skip to content

Commit c3c222a

Browse files
committed
Update actions/cache to V4
Version 2 is to be eliminated on 2024-02-01
1 parent 3aebc2c commit c3c222a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Setup cache
2323
id: cache-node
24-
uses: actions/cache@v2.1.4
24+
uses: actions/cache@v4
2525
with:
2626
path: |
2727
**/node_modules

0 commit comments

Comments
 (0)