Skip to content

Commit 9217ecd

Browse files
chore(deps): update actions/cache action to v4
1 parent 26e2e34 commit 9217ecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: ${{ env.NODE_VERSION }}
2525

2626
- name: Cache node_modules
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
id: cache-nodemodules
2929
with:
3030
path: node_modules
@@ -57,7 +57,7 @@ jobs:
5757
node-version: ${{ env.NODE_VERSION }}
5858

5959
- name: Cache node_modules
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
id: cache-nodemodules
6262
with:
6363
path: node_modules
@@ -88,7 +88,7 @@ jobs:
8888
node-version: ${{ env.NODE_VERSION }}
8989

9090
- name: Cache node_modules
91-
uses: actions/cache@v3
91+
uses: actions/cache@v4
9292
id: cache-nodemodules
9393
with:
9494
path: node_modules

0 commit comments

Comments
 (0)