1111 runs-on : ubuntu-22.04
1212 if : github.event.pull_request.draft == false
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - name : Spack Cache
1616 uses : actions/cache@v3
1717 with : {path: /opt/spack, key: clang11_nopy_nompi_h5_libcpp_v2}
4444 runs-on : ubuntu-22.04
4545 if : github.event.pull_request.draft == false
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848 - name : Spack Cache
4949 uses : actions/cache@v3
5050 with : {path: /opt/spack, key: clang11_nopy_ompi_h5_ad2_libcpp_v2}
8888 runs-on : ubuntu-22.04
8989 if : github.event.pull_request.draft == false
9090 steps :
91- - uses : actions/checkout@v4
91+ - uses : actions/checkout@v6
9292 - name : Spack Cache
9393 uses : actions/cache@v3
9494 with : {path: /opt/spack, key: clang11_nopy_ompi_h5_ad2_v2 }
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-22.04
127127 if : github.event.pull_request.draft == false
128128 steps :
129- - uses : actions/checkout@v4
129+ - uses : actions/checkout@v6
130130 - name : Spack Cache
131131 uses : actions/cache@v3
132132 with : {path: /opt/spack, key: clang15_py311_nompi_h5_ad2_v2 }
@@ -167,7 +167,7 @@ jobs:
167167 runs-on : ubuntu-24.04
168168 if : github.event.pull_request.draft == false
169169 steps :
170- - uses : actions/checkout@v4
170+ - uses : actions/checkout@v6
171171 - name : Spack Cache
172172 uses : actions/cache@v3
173173 with : {path: /opt/spack, key: gcc13_py312_mpich_h5_ad2 }
@@ -231,7 +231,7 @@ jobs:
231231 runs-on : ubuntu-22.04
232232 if : github.event.pull_request.draft == false
233233 steps :
234- - uses : actions/checkout@v4
234+ - uses : actions/checkout@v6
235235 - name : Spack Cache
236236 uses : actions/cache@v3
237237 with : {path: /opt/spack, key: gcc12_py36_ompi_h5_ad2_v2 }
@@ -270,7 +270,7 @@ jobs:
270270 runs-on : ubuntu-22.04
271271 if : github.event.pull_request.draft == false
272272 steps :
273- - uses : actions/checkout@v4
273+ - uses : actions/checkout@v6
274274 - name : Install
275275 run : |
276276 sudo apt-get update
@@ -314,7 +314,7 @@ jobs:
314314 container :
315315 image : quay.io/pypa/musllinux_1_2_x86_64
316316 steps :
317- - uses : actions/checkout@v4
317+ - uses : actions/checkout@v6
318318 - name : Install
319319 run : |
320320 apk update
@@ -338,7 +338,7 @@ jobs:
338338 runs-on : ubuntu-22.04
339339 if : github.event.pull_request.draft == false
340340 steps :
341- - uses : actions/checkout@v4
341+ - uses : actions/checkout@v6
342342 - uses : conda-incubator/setup-miniconda@v3
343343 name : Setup conda
344344 with :
0 commit comments