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 : |
@@ -110,7 +110,6 @@ jobs:
110110 source install/bin/thisepic.sh
111111 sed -i 's%\(<fiber\|<lens\)%<comment>\1%g; s%\(/fiber>\|/lens>\)%\1</comment>%g' \
112112 ${DETECTOR_PATH}/compact/ecal/bic_default.xml \
113- ${DETECTOR_PATH}/compact/ecal/forward_scfi.xml \
114113 ${DETECTOR_PATH}/compact/far_forward/ZDC_Ecal_WSciFi.xml
115114 - uses : actions/upload-artifact@v5
116115 with :
@@ -151,7 +150,7 @@ jobs:
151150 - build
152151 - check-tracking-geometry
153152 steps :
154- - uses : actions/checkout@v5
153+ - uses : actions/checkout@v6
155154 with :
156155 ref : 25.07.0
157156 - uses : actions/download-artifact@v6
@@ -210,7 +209,7 @@ jobs:
210209 matrix :
211210 detector_config : [epic_craterlake]
212211 steps :
213- - uses : actions/checkout@v5
212+ - uses : actions/checkout@v6
214213 - uses : actions/download-artifact@v6
215214 with :
216215 name : build-gcc-nightly-full-eic-shell
@@ -237,7 +236,7 @@ jobs:
237236 matrix :
238237 detector_config : [epic_craterlake]
239238 steps :
240- - uses : actions/checkout@v5
239+ - uses : actions/checkout@v6
241240 - uses : actions/download-artifact@v6
242241 with :
243242 name : build-gcc-nightly-full-eic-shell
@@ -305,7 +304,7 @@ jobs:
305304 detector_config : [epic_craterlake, epic_ip6_extended] # FIXME
306305 fail-fast : false
307306 steps :
308- - uses : actions/checkout@v5
307+ - uses : actions/checkout@v6
309308 - uses : actions/download-artifact@v6
310309 with :
311310 name : build-gcc-nightly-full-eic-shell
@@ -327,7 +326,7 @@ jobs:
327326 needs : build
328327 if : github.ref == 'refs/heads/main'
329328 steps :
330- - uses : actions/checkout@v5
329+ - uses : actions/checkout@v6
331330 - uses : actions/download-artifact@v6
332331 with :
333332 name : build-gcc-nightly-full-eic-shell
@@ -362,7 +361,7 @@ jobs:
362361 tolerance_mm : 0.1
363362 fail-fast : false
364363 steps :
365- - uses : actions/checkout@v5
364+ - uses : actions/checkout@v6
366365 - uses : actions/download-artifact@v6
367366 with :
368367 name : build-gcc-nightly-full-eic-shell
@@ -387,7 +386,7 @@ jobs:
387386 detector_config : [epic_inner_detector, epic_craterlake]
388387 fail-fast : false
389388 steps :
390- - uses : actions/checkout@v5
389+ - uses : actions/checkout@v6
391390 - uses : actions/download-artifact@v6
392391 with :
393392 name : build-gcc-nightly-fast-eic-shell
@@ -448,7 +447,7 @@ jobs:
448447 detector_config : [epic_craterlake]
449448 fail-fast : false
450449 steps :
451- - uses : actions/checkout@v5
450+ - uses : actions/checkout@v6
452451 - uses : actions/download-artifact@v6
453452 with :
454453 name : build-gcc-nightly-fast-eic-shell
@@ -477,7 +476,7 @@ jobs:
477476 detector_config : [epic_craterlake]
478477 fail-fast : false
479478 steps :
480- - uses : actions/checkout@v5
479+ - uses : actions/checkout@v6
481480 - uses : actions/download-artifact@v6
482481 with :
483482 name : ${{ matrix.detector_config }}.prim
@@ -507,7 +506,7 @@ jobs:
507506 detector_config : [epic_craterlake]
508507 fail-fast : false
509508 steps :
510- - uses : actions/checkout@v5
509+ - uses : actions/checkout@v6
511510 - uses : actions/download-artifact@v6
512511 with :
513512 name : ${{ matrix.detector_config }}.prim
@@ -551,7 +550,7 @@ jobs:
551550 particle : [pi, e]
552551 detector_config : [epic_craterlake]
553552 steps :
554- - uses : actions/checkout@v5
553+ - uses : actions/checkout@v6
555554 - uses : actions/download-artifact@v6
556555 with :
557556 name : build-gcc-nightly-full-eic-shell
@@ -609,7 +608,7 @@ jobs:
609608 - beam : 5x41
610609 minq2 : 1000
611610 steps :
612- - uses : actions/checkout@v5
611+ - uses : actions/checkout@v6
613612 - uses : actions/download-artifact@v6
614613 with :
615614 name : build-gcc-nightly-full-eic-shell
@@ -687,7 +686,7 @@ jobs:
687686 - merge-parameter-table
688687 - merge-dawn-view
689688 steps :
690- - uses : actions/checkout@v5
689+ - uses : actions/checkout@v6
691690 - uses : actions/download-artifact@v6
692691 with :
693692 path : artifacts/
0 commit comments