Skip to content

Commit 0cfea2f

Browse files
authored
Merge pull request #1386 from dschmitz89/ci_maintenance
2 parents f695d39 + 727a077 commit 0cfea2f

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
standard: [ c++20 ]
2929
suite: [ github_ci_block_1, github_ci_block_2 ]
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
with:
3333
fetch-depth: '0'
3434
- name: Set TOOLSET
@@ -86,7 +86,7 @@ jobs:
8686
compiler: [ g++-13, clang++-19 ]
8787
standard: [ c++14, c++17, c++20, c++23 ]
8888
steps:
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v6
9090
with:
9191
fetch-depth: '0'
9292
- name: Set TOOLSET
@@ -145,7 +145,7 @@ jobs:
145145
standard: [ 14, 17, 20 ]
146146
suite: [ github_ci_block_1, github_ci_block_2 ]
147147
steps:
148-
- uses: actions/checkout@v4
148+
- uses: actions/checkout@v6
149149
with:
150150
fetch-depth: '0'
151151
- name: Checkout main boost
@@ -188,7 +188,7 @@ jobs:
188188
standard: [ 14 ]
189189
suite: [ github_ci_block_1, github_ci_block_2 ]
190190
steps:
191-
- uses: actions/checkout@v4
191+
- uses: actions/checkout@v6
192192
with:
193193
fetch-depth: '0'
194194
- name: Checkout main boost
@@ -231,7 +231,7 @@ jobs:
231231
standard: [ 14, 17, latest ]
232232
suite: [ github_ci_block_1, github_ci_block_2 ]
233233
steps:
234-
- uses: actions/checkout@v4
234+
- uses: actions/checkout@v6
235235
with:
236236
fetch-depth: '0'
237237
- name: Checkout main boost
@@ -271,7 +271,7 @@ jobs:
271271
env:
272272
TOOLSET: gcc
273273
steps:
274-
- uses: actions/checkout@v4
274+
- uses: actions/checkout@v6
275275
with:
276276
fetch-depth: '0'
277277
- name: Install Cygwin
@@ -305,7 +305,7 @@ jobs:
305305
matrix:
306306
compiler: [ g++-13 ]
307307
steps:
308-
- uses: actions/checkout@v4
308+
- uses: actions/checkout@v6
309309
with:
310310
fetch-depth: '0'
311311
- name: Add repository
@@ -345,7 +345,7 @@ jobs:
345345
matrix:
346346
compiler: [ clang++-19 ]
347347
steps:
348-
- uses: actions/checkout@v4
348+
- uses: actions/checkout@v6
349349
with:
350350
fetch-depth: '0'
351351
- name: Add repository
@@ -387,7 +387,7 @@ jobs:
387387
standard: [ c++14, c++17, c++20, c++23 ]
388388
suite: [ github_ci_block_1, github_ci_block_2 ]
389389
steps:
390-
- uses: actions/checkout@v4
390+
- uses: actions/checkout@v6
391391
with:
392392
fetch-depth: '0'
393393
- name: Set TOOLSET
@@ -448,7 +448,7 @@ jobs:
448448
runs-on: ${{matrix.os}}
449449

450450
steps:
451-
- uses: actions/checkout@v4
451+
- uses: actions/checkout@v6
452452

453453
- name: Install packages
454454
if: matrix.install
@@ -498,7 +498,7 @@ jobs:
498498
runs-on: ${{matrix.os}}
499499

500500
steps:
501-
- uses: actions/checkout@v4
501+
- uses: actions/checkout@v6
502502

503503
- name: Use library with add_subdirectory (header-only)
504504
run: |
@@ -520,7 +520,7 @@ jobs:
520520
runs-on: ${{matrix.os}}
521521

522522
steps:
523-
- uses: actions/checkout@v4
523+
- uses: actions/checkout@v6
524524

525525
- name: Setup Boost
526526
run: |
@@ -561,7 +561,7 @@ jobs:
561561
runs-on: ${{matrix.os}}
562562

563563
steps:
564-
- uses: actions/checkout@v4
564+
- uses: actions/checkout@v6
565565

566566
- name: Setup Boost
567567
run: |
@@ -613,7 +613,7 @@ jobs:
613613
runs-on: ${{matrix.os}}
614614

615615
steps:
616-
- uses: actions/checkout@v4
616+
- uses: actions/checkout@v6
617617

618618
- name: Setup Boost
619619
run: |
@@ -665,7 +665,7 @@ jobs:
665665
runs-on: ${{matrix.os}}
666666

667667
steps:
668-
- uses: actions/checkout@v4
668+
- uses: actions/checkout@v6
669669

670670
- name: Setup Boost
671671
run: |
@@ -733,7 +733,7 @@ jobs:
733733
printenv >> $GITHUB_ENV
734734
735735
- name: checkout project code
736-
uses: actions/checkout@v4
736+
uses: actions/checkout@v6
737737

738738
- name: Install Packages
739739
run: |
@@ -791,7 +791,7 @@ jobs:
791791
echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"+
792792
echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
793793
nvcc -V
794-
- uses: actions/checkout@v4
794+
- uses: actions/checkout@v6
795795

796796
- name: Install Packages
797797
run: |

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fi
9393
git config --global pack.threads 0
9494
95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v6
9696
with:
9797
# For coverage builds fetch the whole history, else only 1 commit using a 'fake ternary'
9898
fetch-depth: ${{ matrix.coverage && '0' || '1' }}
@@ -106,7 +106,7 @@ jobs:
106106
restore-keys: ${{matrix.os}}-${{matrix.container}}-${{matrix.compiler}}-
107107

108108
- name: Fetch Boost.CI
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v6
110110
with:
111111
repository: boostorg/boost-ci
112112
ref: master

0 commit comments

Comments
 (0)