Skip to content

Commit b140fc4

Browse files
authored
Upgrade to actions/cache v4
1 parent 284321f commit b140fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: ${{ env.NODE_VERSION }}
2727

2828
- name: Cache node_modules
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
id: cache-nodemodules
3131
with:
3232
path: node_modules
@@ -59,7 +59,7 @@ jobs:
5959
node-version: ${{ env.NODE_VERSION }}
6060

6161
- name: Cache node_modules
62-
uses: actions/cache@v2
62+
uses: actions/cache@v4
6363
id: cache-nodemodules
6464
with:
6565
path: node_modules

0 commit comments

Comments
 (0)