|
30 | 30 | CCACHE_SLOPPINESS: pch_defines,time_macros |
31 | 31 |
|
32 | 32 | steps: |
33 | | - - uses: actions/checkout@v4 |
| 33 | + - uses: actions/checkout@v6 |
34 | 34 | with: |
35 | 35 | persist-credentials: false |
36 | 36 |
|
|
85 | 85 | CCACHE_SLOPPINESS: pch_defines,time_macros |
86 | 86 |
|
87 | 87 | steps: |
88 | | - - uses: actions/checkout@v4 |
| 88 | + - uses: actions/checkout@v6 |
89 | 89 | with: |
90 | 90 | persist-credentials: false |
91 | 91 |
|
|
97 | 97 | # TODO: move latest compiler to separate step |
98 | 98 | # TODO: bail out on warnings with latest GCC |
99 | 99 | - name: Set up GCC |
100 | | - uses: egor-tensin/setup-gcc@v1 |
| 100 | + uses: egor-tensin/setup-gcc@v2 |
101 | 101 | if: false # matrix.os == 'ubuntu-22.04' |
102 | 102 | with: |
103 | 103 | version: 13 |
@@ -150,6 +150,7 @@ jobs: |
150 | 150 | - name: Run CMake install |
151 | 151 | run: | |
152 | 152 | cmake --build cmake.output --target install |
| 153 | + # TODO: validate the installed files |
153 | 154 |
|
154 | 155 | - name: Run CMake on ubuntu (no CLI) |
155 | 156 | if: matrix.os == 'ubuntu-22.04' |
@@ -215,7 +216,7 @@ jobs: |
215 | 216 | CCACHE_SLOPPINESS: pch_defines,time_macros |
216 | 217 |
|
217 | 218 | steps: |
218 | | - - uses: actions/checkout@v4 |
| 219 | + - uses: actions/checkout@v6 |
219 | 220 | with: |
220 | 221 | persist-credentials: false |
221 | 222 |
|
@@ -264,7 +265,7 @@ jobs: |
264 | 265 | runs-on: ${{ matrix.os }} |
265 | 266 |
|
266 | 267 | steps: |
267 | | - - uses: actions/checkout@v4 |
| 268 | + - uses: actions/checkout@v6 |
268 | 269 | with: |
269 | 270 | persist-credentials: false |
270 | 271 |
|
@@ -298,7 +299,7 @@ jobs: |
298 | 299 | runs-on: ${{ matrix.os }} |
299 | 300 |
|
300 | 301 | steps: |
301 | | - - uses: actions/checkout@v4 |
| 302 | + - uses: actions/checkout@v6 |
302 | 303 | with: |
303 | 304 | persist-credentials: false |
304 | 305 |
|
@@ -332,7 +333,7 @@ jobs: |
332 | 333 | runs-on: ${{ matrix.os }} |
333 | 334 |
|
334 | 335 | steps: |
335 | | - - uses: actions/checkout@v4 |
| 336 | + - uses: actions/checkout@v6 |
336 | 337 | with: |
337 | 338 | persist-credentials: false |
338 | 339 |
|
@@ -360,7 +361,7 @@ jobs: |
360 | 361 | CCACHE_SLOPPINESS: pch_defines,time_macros |
361 | 362 |
|
362 | 363 | steps: |
363 | | - - uses: actions/checkout@v4 |
| 364 | + - uses: actions/checkout@v6 |
364 | 365 | with: |
365 | 366 | persist-credentials: false |
366 | 367 |
|
@@ -416,7 +417,7 @@ jobs: |
416 | 417 | CMAKE_VERSION_FULL: 3.22.6 |
417 | 418 |
|
418 | 419 | steps: |
419 | | - - uses: actions/checkout@v4 |
| 420 | + - uses: actions/checkout@v6 |
420 | 421 | with: |
421 | 422 | persist-credentials: false |
422 | 423 |
|
@@ -460,7 +461,7 @@ jobs: |
460 | 461 | runs-on: ${{ matrix.os }} |
461 | 462 |
|
462 | 463 | steps: |
463 | | - - uses: actions/checkout@v4 |
| 464 | + - uses: actions/checkout@v6 |
464 | 465 | with: |
465 | 466 | persist-credentials: false |
466 | 467 |
|
@@ -711,7 +712,7 @@ jobs: |
711 | 712 | runs-on: ubuntu-22.04 # run on the latest image only |
712 | 713 |
|
713 | 714 | steps: |
714 | | - - uses: actions/checkout@v4 |
| 715 | + - uses: actions/checkout@v6 |
715 | 716 | with: |
716 | 717 | persist-credentials: false |
717 | 718 |
|
|
0 commit comments