Skip to content

Commit 0f88856

Browse files
author
Christian Barnard
committed
bump cache options
1 parent 40b1a33 commit 0f88856

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/validate-and-generate-transactional.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Cache node_modules
17-
uses: actions/cache@v1
17+
uses: actions/cache@v4
1818
env:
1919
cache-name: cache-node-modules
2020
with:
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- name: Initialize Cache
4242
id: init-cache-md
43-
uses: actions/cache@v1
43+
uses: actions/cache@v4
4444
with:
4545
path: .cache
4646
key: cache-dir
@@ -60,13 +60,13 @@ jobs:
6060

6161
- name: Initialize Transactional Cache
6262
id: init-cache-md
63-
uses: actions/cache@v1
63+
uses: actions/cache@v4
6464
with:
6565
path: .cache
6666
key: cache-dir
6767

6868
- name: Cache node_modules
69-
uses: actions/cache@v1
69+
uses: actions/cache@v4
7070
env:
7171
cache-name: cache-node-modules
7272
with:
@@ -115,13 +115,13 @@ jobs:
115115
- uses: actions/checkout@v2
116116
- name: Initialize Transactional Cache
117117
id: init-cache-md
118-
uses: actions/cache@v1
118+
uses: actions/cache@v4
119119
with:
120120
path: .cache
121121
key: cache-dir
122122

123123
- name: Cache node_modules
124-
uses: actions/cache@v1
124+
uses: actions/cache@v4
125125
env:
126126
cache-name: cache-node-modules
127127
with:
@@ -159,13 +159,13 @@ jobs:
159159

160160
- name: Initialize Transactional Cache
161161
id: init-cache-md
162-
uses: actions/cache@v1
162+
uses: actions/cache@v4
163163
with:
164164
path: .cache
165165
key: cache-dir
166166

167167
- name: Cache node_modules
168-
uses: actions/cache@v1
168+
uses: actions/cache@v4
169169
env:
170170
cache-name: cache-node-modules
171171
with:
@@ -203,13 +203,13 @@ jobs:
203203

204204
- name: Initialize Transactional Cache
205205
id: init-cache-md
206-
uses: actions/cache@v1
206+
uses: actions/cache@v4
207207
with:
208208
path: .cache
209209
key: cache-dir
210210

211211
- name: Cache node_modules
212-
uses: actions/cache@v1
212+
uses: actions/cache@v4
213213
env:
214214
cache-name: cache-node-modules
215215
with:

0 commit comments

Comments
 (0)