3636 runs-on : ubuntu-latest
3737
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : singularity setup
4141 uses : ./.github/actions/singularity-setup
4242 - name : run reuse
5353 runs-on : ubuntu-latest
5454 steps :
5555 - name : Clone Github Repo Action
56- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5757 - name : singularity setup
5858 uses : ./.github/actions/singularity-setup
5959 - name : Generate UDB API Docs
7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : Clone Github Repo Action
74- uses : actions/checkout@v4
74+ uses : actions/checkout@v5
7575 - name : singularity setup
7676 uses : ./.github/actions/singularity-setup
7777 - name : Resolve unconfig
9191 runs-on : ubuntu-latest
9292 steps :
9393 - name : Clone Github Repo Action
94- uses : actions/checkout@v4
94+ uses : actions/checkout@v5
9595 - name : singularity setup
9696 uses : ./.github/actions/singularity-setup
9797 - name : Generate ISA Explorer CSR
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ubuntu-latest
109109 steps :
110110 - name : Clone Github Repo Action
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v5
112112 - name : singularity setup
113113 uses : ./.github/actions/singularity-setup
114114 - name : Generate ISA Explorer Extension
@@ -125,7 +125,7 @@ jobs:
125125 runs-on : ubuntu-latest
126126 steps :
127127 - name : Clone Github Repo Action
128- uses : actions/checkout@v4
128+ uses : actions/checkout@v5
129129 - name : singularity setup
130130 uses : ./.github/actions/singularity-setup
131131 - name : Generate ISA Explorer Instructions
@@ -142,7 +142,7 @@ jobs:
142142 runs-on : ubuntu-latest
143143 steps :
144144 - name : Clone Github Repo Action
145- uses : actions/checkout@v4
145+ uses : actions/checkout@v5
146146 - name : singularity setup
147147 uses : ./.github/actions/singularity-setup
148148 - name : Generate ISA Explorer Spreadsheet
@@ -161,7 +161,7 @@ jobs:
161161 VERSIONS : all
162162 steps :
163163 - name : Clone Github Repo Action
164- uses : actions/checkout@v4
164+ uses : actions/checkout@v5
165165 - name : singularity setup
166166 uses : ./.github/actions/singularity-setup
167167 - name : Generate HTML ISA manual
@@ -177,7 +177,7 @@ jobs:
177177 runs-on : ubuntu-latest
178178 steps :
179179 - name : Clone Github Repo Action
180- uses : actions/checkout@v4
180+ uses : actions/checkout@v5
181181 - name : singularity setup
182182 uses : ./.github/actions/singularity-setup
183183 - name : Generate HTML ISA manual for a config
@@ -193,7 +193,7 @@ jobs:
193193 runs-on : ubuntu-latest
194194 steps :
195195 - name : Clone Github Repo Action
196- uses : actions/checkout@v4
196+ uses : actions/checkout@v5
197197 - name : singularity setup
198198 uses : ./.github/actions/singularity-setup
199199 - name : Generate instruction appendix
@@ -209,7 +209,7 @@ jobs:
209209 runs-on : ubuntu-latest
210210 steps :
211211 - name : Clone Github Repo Action
212- uses : actions/checkout@v4
212+ uses : actions/checkout@v5
213213 - name : singularity setup
214214 uses : ./.github/actions/singularity-setup
215215 - name : Generate RVI20
@@ -225,7 +225,7 @@ jobs:
225225 runs-on : ubuntu-latest
226226 steps :
227227 - name : Clone Github Repo Action
228- uses : actions/checkout@v4
228+ uses : actions/checkout@v5
229229 - name : singularity setup
230230 uses : ./.github/actions/singularity-setup
231231 - name : Generate RVA20
@@ -241,7 +241,7 @@ jobs:
241241 runs-on : ubuntu-latest
242242 steps :
243243 - name : Clone Github Repo Action
244- uses : actions/checkout@v4
244+ uses : actions/checkout@v5
245245 - name : singularity setup
246246 uses : ./.github/actions/singularity-setup
247247 - name : Generate RVA22
@@ -257,7 +257,7 @@ jobs:
257257 runs-on : ubuntu-latest
258258 steps :
259259 - name : Clone Github Repo Action
260- uses : actions/checkout@v4
260+ uses : actions/checkout@v5
261261 - name : singularity setup
262262 uses : ./.github/actions/singularity-setup
263263 - name : Generate RVA23
@@ -273,7 +273,7 @@ jobs:
273273 runs-on : ubuntu-latest
274274 steps :
275275 - name : Clone Github Repo Action
276- uses : actions/checkout@v4
276+ uses : actions/checkout@v5
277277 - name : singularity setup
278278 uses : ./.github/actions/singularity-setup
279279 - name : Generate RVB23
@@ -289,7 +289,7 @@ jobs:
289289 runs-on : ubuntu-latest
290290 steps :
291291 - name : Clone Github Repo Action
292- uses : actions/checkout@v4
292+ uses : actions/checkout@v5
293293 - name : singularity setup
294294 uses : ./.github/actions/singularity-setup
295295 - name : Generate AC100 CRD
@@ -305,7 +305,7 @@ jobs:
305305 runs-on : ubuntu-latest
306306 steps :
307307 - name : Clone Github Repo Action
308- uses : actions/checkout@v4
308+ uses : actions/checkout@v5
309309 - name : singularity setup
310310 uses : ./.github/actions/singularity-setup
311311 - name : Generate AC200 CRD
@@ -321,7 +321,7 @@ jobs:
321321 runs-on : ubuntu-latest
322322 steps :
323323 - name : Clone Github Repo Action
324- uses : actions/checkout@v4
324+ uses : actions/checkout@v5
325325 - name : singularity setup
326326 uses : ./.github/actions/singularity-setup
327327 - name : Generate MC100-32 CRD
@@ -337,7 +337,7 @@ jobs:
337337 runs-on : ubuntu-latest
338338 steps :
339339 - name : Clone Github Repo Action
340- uses : actions/checkout@v4
340+ uses : actions/checkout@v5
341341 - name : singularity setup
342342 uses : ./.github/actions/singularity-setup
343343 - name : Generate MC100-64 CRD
@@ -353,7 +353,7 @@ jobs:
353353 runs-on : ubuntu-latest
354354 steps :
355355 - name : Clone Github Repo Action
356- uses : actions/checkout@v4
356+ uses : actions/checkout@v5
357357 - name : singularity setup
358358 uses : ./.github/actions/singularity-setup
359359 - name : Generate MC200-32 CRD
@@ -369,7 +369,7 @@ jobs:
369369 runs-on : ubuntu-latest
370370 steps :
371371 - name : Clone Github Repo Action
372- uses : actions/checkout@v4
372+ uses : actions/checkout@v5
373373 - name : singularity setup
374374 uses : ./.github/actions/singularity-setup
375375 - name : Generate MC200-64 CRD
@@ -385,7 +385,7 @@ jobs:
385385 runs-on : ubuntu-latest
386386 steps :
387387 - name : Clone Github Repo Action
388- uses : actions/checkout@v4
388+ uses : actions/checkout@v5
389389 - name : singularity setup
390390 uses : ./.github/actions/singularity-setup
391391 - name : Generate MC300-32 CRD
@@ -401,7 +401,7 @@ jobs:
401401 runs-on : ubuntu-latest
402402 steps :
403403 - name : Clone Github Repo Action
404- uses : actions/checkout@v4
404+ uses : actions/checkout@v5
405405 - name : singularity setup
406406 uses : ./.github/actions/singularity-setup
407407 - name : Generate MC300-64 CRD
@@ -417,7 +417,7 @@ jobs:
417417 runs-on : ubuntu-latest
418418 steps :
419419 - name : Clone Github Repo Action
420- uses : actions/checkout@v4
420+ uses : actions/checkout@v5
421421 - name : singularity setup
422422 uses : ./.github/actions/singularity-setup
423423 - name : Generate RVI20-32 CTP
@@ -433,7 +433,7 @@ jobs:
433433 runs-on : ubuntu-latest
434434 steps :
435435 - name : Clone Github Repo Action
436- uses : actions/checkout@v4
436+ uses : actions/checkout@v5
437437 - name : singularity setup
438438 uses : ./.github/actions/singularity-setup
439439 - name : Generate RVI20-64 CTP
@@ -449,7 +449,7 @@ jobs:
449449 runs-on : ubuntu-latest
450450 steps :
451451 - name : Clone Github Repo Action
452- uses : actions/checkout@v4
452+ uses : actions/checkout@v5
453453 - name : singularity setup
454454 uses : ./.github/actions/singularity-setup
455455 - name : Generate MC100-32 CTP
@@ -465,7 +465,7 @@ jobs:
465465 runs-on : ubuntu-latest
466466 steps :
467467 - name : Clone Github Repo Action
468- uses : actions/checkout@v4
468+ uses : actions/checkout@v5
469469 - name : singularity setup
470470 uses : ./.github/actions/singularity-setup
471471 - name : Build IDL doc
0 commit comments