1818 xmllint-before-build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 - run : |
2323 sudo apt-get update
2424 sudo apt-get install -y libxml2-utils
3030 configs_csv : ${{ steps.list-detector-configs.outputs.configs_csv }}
3131 configs_json : ${{ steps.list-detector-configs.outputs.configs_json }}
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - id : list-detector-configs
3535 run : |
3636 CONFIGS_CSV=$(
6666 env :
6767 PREFIX : ${{ github.workspace }}/install
6868 steps :
69- - uses : actions/checkout@v5
69+ - uses : actions/checkout@v6
7070 - name : Prepare ccache timestamp
7171 id : ccache_cache_timestamp
7272 run : |
@@ -150,7 +150,7 @@ jobs:
150150 - build
151151 - check-tracking-geometry
152152 steps :
153- - uses : actions/checkout@v5
153+ - uses : actions/checkout@v6
154154 with :
155155 ref : 25.07.0
156156 - uses : actions/download-artifact@v6
@@ -209,7 +209,7 @@ jobs:
209209 matrix :
210210 detector_config : [epic_craterlake]
211211 steps :
212- - uses : actions/checkout@v5
212+ - uses : actions/checkout@v6
213213 - uses : actions/download-artifact@v6
214214 with :
215215 name : build-gcc-nightly-full-eic-shell
@@ -236,7 +236,7 @@ jobs:
236236 matrix :
237237 detector_config : [epic_craterlake]
238238 steps :
239- - uses : actions/checkout@v5
239+ - uses : actions/checkout@v6
240240 - uses : actions/download-artifact@v6
241241 with :
242242 name : build-gcc-nightly-full-eic-shell
@@ -304,7 +304,7 @@ jobs:
304304 detector_config : [epic_craterlake, epic_ip6_extended] # FIXME
305305 fail-fast : false
306306 steps :
307- - uses : actions/checkout@v5
307+ - uses : actions/checkout@v6
308308 - uses : actions/download-artifact@v6
309309 with :
310310 name : build-gcc-nightly-full-eic-shell
@@ -326,7 +326,7 @@ jobs:
326326 needs : build
327327 if : github.ref == 'refs/heads/main'
328328 steps :
329- - uses : actions/checkout@v5
329+ - uses : actions/checkout@v6
330330 - uses : actions/download-artifact@v6
331331 with :
332332 name : build-gcc-nightly-full-eic-shell
@@ -361,7 +361,7 @@ jobs:
361361 tolerance_mm : 0.1
362362 fail-fast : false
363363 steps :
364- - uses : actions/checkout@v5
364+ - uses : actions/checkout@v6
365365 - uses : actions/download-artifact@v6
366366 with :
367367 name : build-gcc-nightly-full-eic-shell
@@ -386,7 +386,7 @@ jobs:
386386 detector_config : [epic_inner_detector, epic_craterlake]
387387 fail-fast : false
388388 steps :
389- - uses : actions/checkout@v5
389+ - uses : actions/checkout@v6
390390 - uses : actions/download-artifact@v6
391391 with :
392392 name : build-gcc-nightly-fast-eic-shell
@@ -447,7 +447,7 @@ jobs:
447447 detector_config : [epic_craterlake]
448448 fail-fast : false
449449 steps :
450- - uses : actions/checkout@v5
450+ - uses : actions/checkout@v6
451451 - uses : actions/download-artifact@v6
452452 with :
453453 name : build-gcc-nightly-fast-eic-shell
@@ -476,7 +476,7 @@ jobs:
476476 detector_config : [epic_craterlake]
477477 fail-fast : false
478478 steps :
479- - uses : actions/checkout@v5
479+ - uses : actions/checkout@v6
480480 - uses : actions/download-artifact@v6
481481 with :
482482 name : ${{ matrix.detector_config }}.prim
@@ -506,7 +506,7 @@ jobs:
506506 detector_config : [epic_craterlake]
507507 fail-fast : false
508508 steps :
509- - uses : actions/checkout@v5
509+ - uses : actions/checkout@v6
510510 - uses : actions/download-artifact@v6
511511 with :
512512 name : ${{ matrix.detector_config }}.prim
@@ -550,7 +550,7 @@ jobs:
550550 particle : [pi, e]
551551 detector_config : [epic_craterlake]
552552 steps :
553- - uses : actions/checkout@v5
553+ - uses : actions/checkout@v6
554554 - uses : actions/download-artifact@v6
555555 with :
556556 name : build-gcc-nightly-full-eic-shell
@@ -608,7 +608,7 @@ jobs:
608608 - beam : 5x41
609609 minq2 : 1000
610610 steps :
611- - uses : actions/checkout@v5
611+ - uses : actions/checkout@v6
612612 - uses : actions/download-artifact@v6
613613 with :
614614 name : build-gcc-nightly-full-eic-shell
@@ -686,7 +686,7 @@ jobs:
686686 - merge-parameter-table
687687 - merge-dawn-view
688688 steps :
689- - uses : actions/checkout@v5
689+ - uses : actions/checkout@v6
690690 - uses : actions/download-artifact@v6
691691 with :
692692 path : artifacts/
0 commit comments