@@ -30,12 +30,12 @@ jobs:
3030 CCACHE_SLOPPINESS : pch_defines,time_macros
3131
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 with :
3535 persist-credentials : false
3636
3737 - name : ccache
38- uses : hendrikmuhs/ccache-action@v1.2
38+ uses : hendrikmuhs/ccache-action@v1
3939 with :
4040 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
4141
@@ -85,19 +85,19 @@ jobs:
8585 CCACHE_SLOPPINESS : pch_defines,time_macros
8686
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v6
8989 with :
9090 persist-credentials : false
9191
9292 - name : ccache
93- uses : hendrikmuhs/ccache-action@v1.2
93+ uses : hendrikmuhs/ccache-action@v1
9494 with :
9595 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
9696
9797 # TODO: move latest compiler to separate step
9898 # TODO: bail out on warnings with latest GCC
9999 - name : Set up GCC
100- uses : egor-tensin/setup-gcc@v1
100+ uses : egor-tensin/setup-gcc@v2
101101 if : false # matrix.os == 'ubuntu-22.04'
102102 with :
103103 version : 13
@@ -216,12 +216,12 @@ jobs:
216216 CCACHE_SLOPPINESS : pch_defines,time_macros
217217
218218 steps :
219- - uses : actions/checkout@v4
219+ - uses : actions/checkout@v6
220220 with :
221221 persist-credentials : false
222222
223223 - name : ccache
224- uses : hendrikmuhs/ccache-action@v1.2
224+ uses : hendrikmuhs/ccache-action@v1
225225 with :
226226 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}-${{ matrix.cxxstd }}
227227
@@ -265,12 +265,12 @@ jobs:
265265 runs-on : ${{ matrix.os }}
266266
267267 steps :
268- - uses : actions/checkout@v4
268+ - uses : actions/checkout@v6
269269 with :
270270 persist-credentials : false
271271
272272 - name : ccache
273- uses : hendrikmuhs/ccache-action@v1.2
273+ uses : hendrikmuhs/ccache-action@v1
274274 with :
275275 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
276276
@@ -299,12 +299,12 @@ jobs:
299299 runs-on : ${{ matrix.os }}
300300
301301 steps :
302- - uses : actions/checkout@v4
302+ - uses : actions/checkout@v6
303303 with :
304304 persist-credentials : false
305305
306306 - name : ccache
307- uses : hendrikmuhs/ccache-action@v1.2
307+ uses : hendrikmuhs/ccache-action@v1
308308 with :
309309 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
310310
@@ -333,7 +333,7 @@ jobs:
333333 runs-on : ${{ matrix.os }}
334334
335335 steps :
336- - uses : actions/checkout@v4
336+ - uses : actions/checkout@v6
337337 with :
338338 persist-credentials : false
339339
@@ -361,12 +361,12 @@ jobs:
361361 CCACHE_SLOPPINESS : pch_defines,time_macros
362362
363363 steps :
364- - uses : actions/checkout@v4
364+ - uses : actions/checkout@v6
365365 with :
366366 persist-credentials : false
367367
368368 - name : ccache
369- uses : hendrikmuhs/ccache-action@v1.2
369+ uses : hendrikmuhs/ccache-action@v1
370370 with :
371371 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
372372
@@ -417,7 +417,7 @@ jobs:
417417 CMAKE_VERSION_FULL : 3.22.6
418418
419419 steps :
420- - uses : actions/checkout@v4
420+ - uses : actions/checkout@v6
421421 with :
422422 persist-credentials : false
423423
@@ -461,12 +461,12 @@ jobs:
461461 runs-on : ${{ matrix.os }}
462462
463463 steps :
464- - uses : actions/checkout@v4
464+ - uses : actions/checkout@v6
465465 with :
466466 persist-credentials : false
467467
468468 - name : ccache
469- uses : hendrikmuhs/ccache-action@v1.2
469+ uses : hendrikmuhs/ccache-action@v1
470470 with :
471471 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
472472
@@ -712,12 +712,12 @@ jobs:
712712 runs-on : ubuntu-22.04 # run on the latest image only
713713
714714 steps :
715- - uses : actions/checkout@v4
715+ - uses : actions/checkout@v6
716716 with :
717717 persist-credentials : false
718718
719719 - name : ccache
720- uses : hendrikmuhs/ccache-action@v1.2
720+ uses : hendrikmuhs/ccache-action@v1
721721 with :
722722 key : ${{ github.workflow }}-${{ github.job }}-${{ matrix.os }}
723723
0 commit comments