88 archlinux-base :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 - name : Build
1313 run : docker build archlinux-base -t openturns/archlinux-base
1414 - name : Upload
2121 needs : archlinux-base
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - name : Build
2626 run : docker build archlinux-python -t openturns/archlinux-python
2727 - name : Upload
3434 needs : archlinux-base
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v6
3838 - name : Build
3939 run : docker build archlinux-mingw -t openturns/archlinux-mingw
4040 - name : Upload
4747 needs : archlinux-base
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v6
5151 - name : Build
5252 run : docker build archlinux-module -t openturns/archlinux-module
5353 - name : Upload
6060 needs : archlinux-module
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v6
6464 - name : Build
6565 run : docker build archlinux-module-fmi -t openturns/archlinux-module-fmi
6666 - name : Upload
7373 needs : archlinux-mingw
7474 runs-on : ubuntu-latest
7575 steps :
76- - uses : actions/checkout@v4
76+ - uses : actions/checkout@v6
7777 - name : Build
7878 run : docker build archlinux-module-mingw -t openturns/archlinux-module-mingw
7979 - name : Upload
8585 manylinux_2_28_x86_64 :
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v6
8989 - name : Build
9090 run : docker build manylinux_2_28_x86_64 -t openturns/manylinux_2_28_x86_64
9191 - name : Test
9999 manylinux_2_28_aarch64 :
100100 runs-on : ubuntu-24.04-arm
101101 steps :
102- - uses : actions/checkout@v4
102+ - uses : actions/checkout@v6
103103 - name : Build
104104 run : docker build manylinux_2_28_aarch64 -t openturns/manylinux_2_28_aarch64
105105 - name : Test
@@ -113,7 +113,7 @@ jobs:
113113 debian-aarch64 :
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@v6
117117 - name : Build
118118 run : docker build debian-aarch64 -t openturns/debian-aarch64
119119 - name : Upload
0 commit comments