Skip to content

Commit dd72fde

Browse files
committed
ci: update "actions/cache@v4"
1 parent e4023f6 commit dd72fde

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: 20
14-
- uses: actions/cache@v3
14+
- uses: actions/cache@v4
1515
id: cache-node_modules
1616
with:
1717
path: node_modules

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: 20
3232
# Install node_modules
33-
- uses: actions/cache@v3
33+
- uses: actions/cache@v4
3434
id: cache-node_modules
3535
with:
3636
path: node_modules
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
node-version: 20
5454
# Install node_modules
55-
- uses: actions/cache@v3
55+
- uses: actions/cache@v4
5656
id: cache-node_modules
5757
with:
5858
path: node_modules
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
node-version: 20
7474
# Install node_modules
75-
- uses: actions/cache@v3
75+
- uses: actions/cache@v4
7676
id: cache-node_modules
7777
with:
7878
path: node_modules
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
node-version: ${{ matrix.node }}
108108
# Install node_modules
109-
- uses: actions/cache@v3
109+
- uses: actions/cache@v4
110110
id: cache-node_modules
111111
with:
112112
path: node_modules
@@ -171,7 +171,7 @@ jobs:
171171
- uses: actions/setup-node@v4
172172
with:
173173
node-version: 20
174-
- uses: actions/cache@v3
174+
- uses: actions/cache@v4
175175
id: cache-node_modules
176176
with:
177177
path: node_modules

0 commit comments

Comments
 (0)