Skip to content

Commit a64c399

Browse files
authored
Merge pull request #380 from mc-keith/update-actions-cache
Increment actions/cache to v4
2 parents e827409 + a639379 commit a64c399

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/create-release-marketing.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Cache node_modules
24-
uses: actions/cache@v1
24+
uses: actions/cache@v4
2525
env:
2626
cache-name: cache-node-modules
2727
with:
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v2
4747
- name: Initialize Cache
4848
id: init-cache-mc
49-
uses: actions/cache@v1
49+
uses: actions/cache@v4
5050
with:
5151
path: .cache
5252
key: cache-dir
@@ -65,13 +65,13 @@ jobs:
6565

6666
- name: Initialize Marketing Cache
6767
id: init-cache-mc
68-
uses: actions/cache@v1
68+
uses: actions/cache@v4
6969
with:
7070
path: .cache
7171
key: cache-dir
7272

7373
- name: Cache node_modules
74-
uses: actions/cache@v1
74+
uses: actions/cache@v4
7575
env:
7676
cache-name: cache-node-modules
7777
with:
@@ -119,13 +119,13 @@ jobs:
119119
- uses: actions/checkout@v2
120120
- name: Initialize Marketing Cache
121121
id: init-cache-mc
122-
uses: actions/cache@v1
122+
uses: actions/cache@v4
123123
with:
124124
path: .cache
125125
key: cache-dir
126126

127127
- name: Cache node_modules
128-
uses: actions/cache@v1
128+
uses: actions/cache@v4
129129
env:
130130
cache-name: cache-node-modules
131131
with:
@@ -162,13 +162,13 @@ jobs:
162162

163163
- name: Initialize Marketing Cache
164164
id: init-cache-mc
165-
uses: actions/cache@v1
165+
uses: actions/cache@v4
166166
with:
167167
path: .cache
168168
key: cache-dir
169169

170170
- name: Cache node_modules
171-
uses: actions/cache@v1
171+
uses: actions/cache@v4
172172
env:
173173
cache-name: cache-node-modules
174174
with:
@@ -205,13 +205,13 @@ jobs:
205205

206206
- name: Initialize Marketing Cache
207207
id: init-cache-mc
208-
uses: actions/cache@v1
208+
uses: actions/cache@v4
209209
with:
210210
path: .cache
211211
key: cache-dir
212212

213213
- name: Cache node_modules
214-
uses: actions/cache@v1
214+
uses: actions/cache@v4
215215
env:
216216
cache-name: cache-node-modules
217217
with:
@@ -282,7 +282,7 @@ jobs:
282282
- uses: actions/checkout@v2
283283
- name: Initialize Marketing Cache
284284
id: init-cache-mc
285-
uses: actions/cache@v1
285+
uses: actions/cache@v4
286286
with:
287287
path: .cache
288288
key: cache-dir
@@ -327,7 +327,7 @@ jobs:
327327
- uses: actions/checkout@v2
328328
- name: Initialize Marketing Cache
329329
id: init-cache-mc
330-
uses: actions/cache@v1
330+
uses: actions/cache@v4
331331
with:
332332
path: .cache
333333
key: cache-dir
@@ -375,7 +375,7 @@ jobs:
375375
- uses: actions/checkout@v2
376376
- name: Initialize Marketing Cache
377377
id: init-cache-mc
378-
uses: actions/cache@v1
378+
uses: actions/cache@v4
379379
with:
380380
path: .cache
381381
key: cache-dir
@@ -484,7 +484,7 @@ jobs:
484484
- uses: actions/checkout@v2
485485
- name: Initialize Marketing Cache
486486
id: init-cache-mc
487-
uses: actions/cache@v1
487+
uses: actions/cache@v4
488488
with:
489489
path: .cache
490490
key: cache-dir
@@ -523,7 +523,7 @@ jobs:
523523
- uses: actions/checkout@v2
524524
- name: Initialize Marketing Cache
525525
id: init-cache-mc
526-
uses: actions/cache@v1
526+
uses: actions/cache@v4
527527
with:
528528
path: .cache
529529
key: cache-dir
@@ -581,7 +581,7 @@ jobs:
581581
- uses: actions/checkout@v2
582582
- name: Initialize Marketing Cache
583583
id: init-cache-mc
584-
uses: actions/cache@v1
584+
uses: actions/cache@v4
585585
with:
586586
path: .cache
587587
key: cache-dir

0 commit comments

Comments
 (0)