@@ -20,15 +20,19 @@ jobs:
20
20
pre-commit :
21
21
runs-on : ubuntu-24.04
22
22
steps :
23
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23
+ - uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
27
+ <<<<<<< before updating
27
28
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
29
+ =======
30
+ - uses : actions/setup-python@v5
31
+ >>>>>>> after updating
28
32
with :
29
33
python-version : 3.11
30
34
31
- - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
35
+ -
uses :
pre-commit/[email protected]
32
36
with :
33
37
extra_args : --hook-stage manual --all-files
34
38
@@ -47,12 +51,16 @@ jobs:
47
51
name : check • ${{ matrix.triplet }} • ${{ matrix.compiler }} • c++${{ matrix.std }} • ${{ matrix.build_type }}
48
52
49
53
steps :
50
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
54
+ - uses : actions/checkout@v4
51
55
with :
52
56
fetch-depth : 0
53
57
54
58
- name : Cache
59
+ <<<<<<< before updating
55
60
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
61
+ =======
62
+ uses : actions/cache@v4
63
+ >>>>>>> after updating
56
64
with :
57
65
path : |
58
66
~/vcpkg
@@ -124,12 +132,16 @@ jobs:
124
132
name : check • ${{ matrix.triplet }} • ${{ matrix.compiler }} • c++${{ matrix.std }} • ${{ matrix.build_type }}
125
133
126
134
steps :
127
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
135
+ - uses : actions/checkout@v4
128
136
with :
129
137
fetch-depth : 0
130
138
131
139
- name : Cache
140
+ <<<<<<< before updating
132
141
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
142
+ =======
143
+ uses : actions/cache@v4
144
+ >>>>>>> after updating
133
145
with :
134
146
path : |
135
147
~/vcpkg
@@ -189,7 +201,7 @@ jobs:
189
201
190
202
191
203
check-on-windows :
192
- runs-on : windows-2022
204
+ runs-on : windows-2025
193
205
needs : [pre-commit]
194
206
195
207
strategy :
@@ -202,12 +214,16 @@ jobs:
202
214
name : check • ${{ matrix.triplet }} • ${{ matrix.compiler }} • c++${{ matrix.std }} • ${{ matrix.build_type }}
203
215
204
216
steps :
205
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
217
+ - uses : actions/checkout@v4
206
218
with :
207
219
fetch-depth : 0
208
220
209
221
- name : Cache
222
+ <<<<<<< before updating
210
223
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
224
+ =======
225
+ uses : actions/cache@v4
226
+ >>>>>>> after updating
211
227
with :
212
228
path : |
213
229
~/vcpkg
@@ -254,7 +270,7 @@ jobs:
254
270
255
271
256
272
check-mingw :
257
- runs-on : windows-2022
273
+ runs-on : windows-2025
258
274
needs : [pre-commit]
259
275
260
276
strategy :
@@ -267,12 +283,16 @@ jobs:
267
283
name : check • ${{ matrix.triplet }} • ${{ matrix.compiler }} • c++${{ matrix.std }} • ${{ matrix.build_type }}
268
284
269
285
steps :
270
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
286
+ - uses : actions/checkout@v4
271
287
with :
272
288
fetch-depth : 0
273
289
274
290
- name : Cache
291
+ <<<<<<< before updating
275
292
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
293
+ =======
294
+ uses : actions/cache@v4
295
+ >>>>>>> after updating
276
296
with :
277
297
path : |
278
298
~/vcpkg
@@ -289,7 +309,11 @@ jobs:
289
309
ninja : true
290
310
ccache : true
291
311
312
+ <<<<<<< before updating
292
313
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
314
+ =======
315
+ - uses : actions/setup-python@v5
316
+ >>>>>>> after updating
293
317
with :
294
318
python-version : 3.x
295
319
@@ -335,12 +359,16 @@ jobs:
335
359
name : check • sanitizers • ${{ matrix.sanitizer }} • ${{ matrix.build_type }}
336
360
337
361
steps :
338
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
362
+ - uses : actions/checkout@v4
339
363
with :
340
364
fetch-depth : 0
341
365
342
366
- name : Cache
367
+ <<<<<<< before updating
343
368
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
369
+ =======
370
+ uses : actions/cache@v4
371
+ >>>>>>> after updating
344
372
with :
345
373
path : |
346
374
~/vcpkg
@@ -382,12 +410,16 @@ jobs:
382
410
name : check • valgrind • ${{ matrix.build_type }}
383
411
384
412
steps :
385
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
413
+ - uses : actions/checkout@v4
386
414
with :
387
415
fetch-depth : 0
388
416
389
417
- name : Cache
418
+ <<<<<<< before updating
390
419
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
420
+ =======
421
+ uses : actions/cache@v4
422
+ >>>>>>> after updating
391
423
with :
392
424
path : |
393
425
~/vcpkg
@@ -433,7 +465,11 @@ jobs:
433
465
434
466
- name : Upload test results
435
467
if : failure()
468
+ <<<<<<< before updating
436
469
uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
470
+ =======
471
+ uses : actions/upload-artifact@v4
472
+ >>>>>>> after updating
437
473
with :
438
474
name : valgrind-results
439
475
path : out/valgrind-results.tar.gz
@@ -443,12 +479,16 @@ jobs:
443
479
needs : [pre-commit]
444
480
445
481
steps :
446
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
482
+ - uses : actions/checkout@v4
447
483
with :
448
484
fetch-depth : 0
449
485
450
486
- name : Cache
487
+ <<<<<<< before updating
451
488
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
489
+ =======
490
+ uses : actions/cache@v4
491
+ >>>>>>> after updating
452
492
with :
453
493
path : |
454
494
~/vcpkg
@@ -463,7 +503,11 @@ jobs:
463
503
ninja : true
464
504
ccache : true
465
505
506
+ <<<<<<< before updating
466
507
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
508
+ =======
509
+ - uses : actions/setup-python@v5
510
+ >>>>>>> after updating
467
511
with :
468
512
python-version : 3.x
469
513
@@ -491,12 +535,16 @@ jobs:
491
535
needs : [pre-commit]
492
536
493
537
steps :
494
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
538
+ - uses : actions/checkout@v4
495
539
with :
496
540
fetch-depth : 0
497
541
498
542
- name : Cache
543
+ <<<<<<< before updating
499
544
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
545
+ =======
546
+ uses : actions/cache@v4
547
+ >>>>>>> after updating
500
548
with :
501
549
path : |
502
550
~/vcpkg
@@ -511,7 +559,11 @@ jobs:
511
559
ninja : true
512
560
ccache : true
513
561
562
+ <<<<<<< before updating
514
563
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
564
+ =======
565
+ - uses : actions/setup-python@v5
566
+ >>>>>>> after updating
515
567
with :
516
568
python-version : 3.x
517
569
@@ -539,12 +591,16 @@ jobs:
539
591
needs : [pre-commit]
540
592
541
593
steps :
542
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
594
+ - uses : actions/checkout@v4
543
595
with :
544
596
fetch-depth : 0
545
597
546
598
- name : Cache
599
+ <<<<<<< before updating
547
600
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
601
+ =======
602
+ uses : actions/cache@v4
603
+ >>>>>>> after updating
548
604
with :
549
605
path : |
550
606
~/vcpkg
@@ -562,7 +618,11 @@ jobs:
562
618
doxygen : true
563
619
graphviz : true
564
620
621
+ <<<<<<< before updating
565
622
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
623
+ =======
624
+ - uses : actions/setup-python@v5
625
+ >>>>>>> after updating
566
626
with :
567
627
python-version : 3.x
568
628
@@ -584,12 +644,16 @@ jobs:
584
644
needs : [pre-commit]
585
645
586
646
steps :
587
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
647
+ - uses : actions/checkout@v4
588
648
with :
589
649
fetch-depth : 0
590
650
591
651
- name : Cache
652
+ <<<<<<< before updating
592
653
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
654
+ =======
655
+ uses : actions/cache@v4
656
+ >>>>>>> after updating
593
657
with :
594
658
path : |
595
659
~/vcpkg
@@ -628,7 +692,11 @@ jobs:
628
692
run : cmake --build --preset=default --target ccov-all
629
693
630
694
- name : Upload coverage report
695
+ <<<<<<< before updating
631
696
uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
697
+ =======
698
+
699
+ >>>>>>> after updating
632
700
with :
633
701
token : ${{ secrets.CODECOV_TOKEN }}
634
702
fail_ci_if_error : true
0 commit comments