37
37
native/libp2p_port/go.sum
38
38
- name : Cache output artifacts
39
39
id : output-cache
40
- uses : actions/cache@v3
40
+ uses : actions/cache@v4
41
41
with :
42
42
path : priv/native/*
43
43
key : ${{ runner.os }}-native-${{ hashFiles('native/**') }}
58
58
- uses : actions/checkout@v4
59
59
- name : Cache Beacon Node OAPI
60
60
id : output-cache
61
- uses : actions/cache@v3
61
+ uses : actions/cache@v4
62
62
with :
63
63
path : ./beacon-node-oapi.json
64
64
key : ${{ runner.os }}-beacon-node-oapi-${{ hashFiles('.oapi_version') }}
@@ -80,19 +80,19 @@ jobs:
80
80
version-file : .tool-versions
81
81
- name : Fetch native libraries
82
82
id : output-cache
83
- uses : actions/cache/restore@v3
83
+ uses : actions/cache/restore@v4
84
84
with :
85
85
path : priv/native/*
86
86
key : ${{ runner.os }}-native-${{ hashFiles('native/**') }}
87
87
fail-on-cache-miss : true
88
88
- name : Restore dependencies cache
89
- uses : actions/cache@v3
89
+ uses : actions/cache@v4
90
90
with :
91
91
path : deps
92
92
key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
93
93
restore-keys : ${{ runner.os }}-mix-
94
94
- name : Fetch beacon node oapi file
95
- uses : actions/cache/restore@v3
95
+ uses : actions/cache/restore@v4
96
96
with :
97
97
path : ./beacon-node-oapi.json
98
98
key : ${{ runner.os }}-beacon-node-oapi-${{ hashFiles('.oapi_version') }}
@@ -111,7 +111,7 @@ jobs:
111
111
- name : Compile Elixir (Warnings as errors)
112
112
run : mix compile --warnings-as-errors
113
113
- name : Retrieve PLT Cache
114
- uses : actions/cache@v3
114
+ uses : actions/cache@v4
115
115
id : plt-cache
116
116
with :
117
117
path : priv/plts
@@ -137,19 +137,19 @@ jobs:
137
137
version-file : .tool-versions
138
138
- name : Fetch native libraries
139
139
id : output-cache
140
- uses : actions/cache/restore@v3
140
+ uses : actions/cache/restore@v4
141
141
with :
142
142
path : priv/native/*
143
143
key : ${{ runner.os }}-native-${{ hashFiles('native/**') }}
144
144
fail-on-cache-miss : true
145
145
- name : Restore dependencies cache
146
- uses : actions/cache@v3
146
+ uses : actions/cache@v4
147
147
with :
148
148
path : deps
149
149
key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
150
150
restore-keys : ${{ runner.os }}-mix-
151
151
- name : Fetch beacon node oapi file
152
- uses : actions/cache/restore@v3
152
+ uses : actions/cache/restore@v4
153
153
with :
154
154
path : ./beacon-node-oapi.json
155
155
key : ${{ runner.os }}-beacon-node-oapi-${{ hashFiles('.oapi_version') }}
@@ -184,19 +184,19 @@ jobs:
184
184
version-file : .tool-versions
185
185
- name : Fetch native libraries
186
186
id : output-cache
187
- uses : actions/cache/restore@v3
187
+ uses : actions/cache/restore@v4
188
188
with :
189
189
path : priv/native/*
190
190
key : ${{ runner.os }}-native-${{ hashFiles('native/**') }}
191
191
fail-on-cache-miss : true
192
192
- name : Restore dependencies cache
193
- uses : actions/cache@v3
193
+ uses : actions/cache@v4
194
194
with :
195
195
path : deps
196
196
key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
197
197
restore-keys : ${{ runner.os }}-mix-
198
198
- name : Fetch beacon node oapi file
199
- uses : actions/cache/restore@v3
199
+ uses : actions/cache/restore@v4
200
200
with :
201
201
path : ./beacon-node-oapi.json
202
202
key : ${{ runner.os }}-beacon-node-oapi-${{ hashFiles('.oapi_version') }}
@@ -225,7 +225,7 @@ jobs:
225
225
version-type : strict
226
226
version-file : .tool-versions
227
227
- name : Restore dependencies cache
228
- uses : actions/cache@v3
228
+ uses : actions/cache@v4
229
229
with :
230
230
path : deps
231
231
key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
@@ -246,7 +246,7 @@ jobs:
246
246
- uses : actions/checkout@v4
247
247
- name : Cache compressed spectests
248
248
id : output-cache
249
- uses : actions/cache@v3
249
+ uses : actions/cache@v4
250
250
with :
251
251
path : ./*.tar.gz
252
252
key : ${{ runner.os }}-spectest-${{ hashFiles('.spectest_version') }}
@@ -270,25 +270,25 @@ jobs:
270
270
version-type : strict
271
271
version-file : .tool-versions
272
272
- name : Fetch native libraries
273
- uses : actions/cache/restore@v3
273
+ uses : actions/cache/restore@v4
274
274
with :
275
275
path : priv/native/*
276
276
key : ${{ runner.os }}-native-${{ hashFiles('native/**') }}
277
277
fail-on-cache-miss : true
278
278
- name : Fetch spectest vectors
279
- uses : actions/cache/restore@v3
279
+ uses : actions/cache/restore@v4
280
280
with :
281
281
path : ./*.tar.gz
282
282
key : ${{ runner.os }}-spectest-${{ hashFiles('.spectest_version') }}
283
283
fail-on-cache-miss : true
284
284
- name : Restore dependencies cache
285
- uses : actions/cache@v3
285
+ uses : actions/cache@v4
286
286
with :
287
287
path : deps
288
288
key : ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
289
289
restore-keys : ${{ runner.os }}-mix-
290
290
- name : Fetch beacon node oapi file
291
- uses : actions/cache/restore@v3
291
+ uses : actions/cache/restore@v4
292
292
with :
293
293
path : ./beacon-node-oapi.json
294
294
key : ${{ runner.os }}-beacon-node-oapi-${{ hashFiles('.oapi_version') }}
0 commit comments