2929 container : johnmcfarlane/cnl_ci:clang-13-libcpp
3030 container : ${{matrix.container}}
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 - name : create build directory
3434 run : mkdir $GITHUB_WORKSPACE/build
3535 - name : install Boost
6161 standard : [ c++20 ]
6262 compiler : [ g++, clang++ ]
6363 steps :
64- - uses : actions/checkout@v4
64+ - uses : actions/checkout@v6
6565 with :
6666 fetch-depth : ' 0'
6767 - name : update-tools
@@ -100,7 +100,7 @@ jobs:
100100 standard : [ c++20, c++23 ]
101101 compiler : [ g++, clang++ ]
102102 steps :
103- - uses : actions/checkout@v4
103+ - uses : actions/checkout@v6
104104 with :
105105 fetch-depth : ' 0'
106106 - name : clone-submods-bootstrap-headers-boost-develop
@@ -131,7 +131,7 @@ jobs:
131131 standard : [ c++20 ]
132132 compiler : [ g++, clang++ ]
133133 steps :
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v6
135135 with :
136136 fetch-depth : ' 0'
137137 - name : clone-submods-bootstrap-headers-boost-develop
@@ -162,7 +162,7 @@ jobs:
162162 standard : [ c++20 ]
163163 compiler : [ g++, clang++ ]
164164 steps :
165- - uses : actions/checkout@v4
165+ - uses : actions/checkout@v6
166166 with :
167167 fetch-depth : ' 0'
168168 - name : clone-submods-bootstrap-headers-boost-develop
@@ -193,7 +193,7 @@ jobs:
193193 standard : [ c++20 ]
194194 compiler : [ g++, clang++ ]
195195 steps :
196- - uses : actions/checkout@v4
196+ - uses : actions/checkout@v6
197197 with :
198198 fetch-depth : ' 0'
199199 - name : clone-submods-bootstrap-headers-boost-develop
@@ -224,7 +224,7 @@ jobs:
224224 standard : [ c++20 ]
225225 compiler : [ g++, clang++ ]
226226 steps :
227- - uses : actions/checkout@v4
227+ - uses : actions/checkout@v6
228228 with :
229229 fetch-depth : ' 0'
230230 - name : clone-submods-bootstrap-headers-boost-develop
@@ -255,7 +255,7 @@ jobs:
255255 standard : [ c++20 ]
256256 compiler : [ g++, clang++ ]
257257 steps :
258- - uses : actions/checkout@v4
258+ - uses : actions/checkout@v6
259259 with :
260260 fetch-depth : ' 0'
261261 - name : clone-submods-bootstrap-headers-boost-develop
@@ -286,7 +286,7 @@ jobs:
286286 standard : [ c++20 ]
287287 compiler : [ g++, clang++ ]
288288 steps :
289- - uses : actions/checkout@v4
289+ - uses : actions/checkout@v6
290290 with :
291291 fetch-depth : ' 0'
292292 - name : clone-submods-bootstrap-headers-boost-develop
@@ -317,7 +317,7 @@ jobs:
317317 standard : [ c++20 ]
318318 compiler : [ g++, clang++ ]
319319 steps :
320- - uses : actions/checkout@v4
320+ - uses : actions/checkout@v6
321321 with :
322322 fetch-depth : ' 0'
323323 - name : clone-submods-bootstrap-headers-boost-develop
@@ -348,7 +348,7 @@ jobs:
348348 standard : [ c++20 ]
349349 compiler : [ g++, clang++ ]
350350 steps :
351- - uses : actions/checkout@v4
351+ - uses : actions/checkout@v6
352352 with :
353353 fetch-depth : ' 0'
354354 - name : clone-submods-bootstrap-headers-boost-develop
@@ -371,7 +371,7 @@ jobs:
371371 msvc-release-x64 :
372372 runs-on : windows-latest
373373 steps :
374- - uses : actions/checkout@v4
374+ - uses : actions/checkout@v6
375375 with :
376376 fetch-depth : ' 0'
377377 - uses : ilammy/msvc-dev-cmd@v1
@@ -387,7 +387,7 @@ jobs:
387387 git submodule update --init libs/multiprecision
388388 ./bootstrap.bat
389389 ./b2 headers
390- - uses : actions/checkout@v4
390+ - uses : actions/checkout@v6
391391 - uses : ilammy/msvc-dev-cmd@v1
392392 with :
393393 toolset : 14.2
@@ -402,7 +402,7 @@ jobs:
402402 msvc-release-x64-vs2022 :
403403 runs-on : windows-latest
404404 steps :
405- - uses : actions/checkout@v4
405+ - uses : actions/checkout@v6
406406 - name : clone-boost-develop
407407 working-directory : ${{ runner.workspace }}
408408 run : |
@@ -442,7 +442,7 @@ jobs:
442442 compiler : [ g++ ]
443443 standard : [ c++20 ]
444444 steps :
445- - uses : actions/checkout@v4
445+ - uses : actions/checkout@v6
446446 with :
447447 fetch-depth : ' 0'
448448 - uses : msys2/setup-msys2@v2
@@ -474,9 +474,9 @@ jobs:
474474 fail-fast : false
475475 matrix :
476476 compiler : [ g++ ]
477- standard : [ c++17, c++ 20 ]
477+ standard : [ c++20 ]
478478 steps :
479- - uses : actions/checkout@v4
479+ - uses : actions/checkout@v6
480480 with :
481481 fetch-depth : ' 0'
482482 - name : clone-submods-boost-develop
@@ -513,7 +513,7 @@ jobs:
513513 example : [ example013_embeddable_sqrt, example013a_embeddable_agm ]
514514 standard : [ c++20 ]
515515 steps :
516- - uses : actions/checkout@v4
516+ - uses : actions/checkout@v6
517517 with :
518518 fetch-depth : ' 0'
519519 - name : update-tools
@@ -550,7 +550,7 @@ jobs:
550550 example : [ example013_embeddable_sqrt, example013a_embeddable_agm ]
551551 standard : [ c++14 ]
552552 steps :
553- - uses : actions/checkout@v4
553+ - uses : actions/checkout@v6
554554 with :
555555 fetch-depth : ' 0'
556556 - name : update-tools
@@ -586,7 +586,7 @@ jobs:
586586 run :
587587 shell : bash
588588 steps :
589- - uses : actions/checkout@v4
589+ - uses : actions/checkout@v6
590590 with :
591591 fetch-depth : ' 0'
592592 - name : update-tools
@@ -643,7 +643,7 @@ jobs:
643643 compiler : [ g++, clang++ ]
644644 suite : [ test_high_precision_exp, test_high_precision_log ]
645645 steps :
646- - uses : actions/checkout@v4
646+ - uses : actions/checkout@v6
647647 with :
648648 fetch-depth : ' 0'
649649 - name : clone-submods-bootstrap-headers-boost-develop
@@ -677,7 +677,7 @@ jobs:
677677 compiler : [ g++, clang++ ]
678678 suite : [ test_mixed_wide_decimal_wide_integer_b2n ]
679679 steps :
680- - uses : actions/checkout@v4
680+ - uses : actions/checkout@v6
681681 with :
682682 fetch-depth : ' 0'
683683 - name : clone-wide_integer
@@ -701,7 +701,7 @@ jobs:
701701 standard : [ c++20 ]
702702 compiler : [ g++ ]
703703 steps :
704- - uses : actions/checkout@v4
704+ - uses : actions/checkout@v6
705705 with :
706706 fetch-depth : ' 0'
707707 - name : clone-submods-bootstrap-headers-boost-develop
0 commit comments