1717 fmt :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5 .0.1
20+ - uses : actions/checkout@v6 .0.0
2121 - uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.13"
3838 MSRV : ${{ steps.resolve-msrv.outputs.MSRV }}
3939 verbose : ${{ runner.debug == '1' }}
4040 steps :
41- - uses : actions/checkout@v5 .0.1
41+ - uses : actions/checkout@v6 .0.0
4242 - uses : actions/setup-python@v6
4343 with :
4444 python-version : " 3.13"
5151 needs : [fmt]
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v5 .0.1
54+ - uses : actions/checkout@v6 .0.0
5555 - uses : actions/setup-python@v6
5656 with :
5757 python-version : " 3.13"
6969 needs : [fmt, resolve]
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v5 .0.1
72+ - uses : actions/checkout@v6 .0.0
7373 - uses : dtolnay/rust-toolchain@master
7474 with :
7575 toolchain : ${{ needs.resolve.outputs.MSRV }}
@@ -117,7 +117,7 @@ jobs:
117117 name : clippy/${{ matrix.target }}/${{ matrix.rust }}
118118 continue-on-error : ${{ matrix.rust != 'stable' }}
119119 steps :
120- - uses : actions/checkout@v5 .0.1
120+ - uses : actions/checkout@v6 .0.0
121121 - uses : dtolnay/rust-toolchain@master
122122 with :
123123 toolchain : ${{ matrix.rust }}
@@ -390,7 +390,7 @@ jobs:
390390 needs : [fmt]
391391 runs-on : ubuntu-latest
392392 steps :
393- - uses : actions/checkout@v5 .0.1
393+ - uses : actions/checkout@v6 .0.0
394394 - uses : actions/setup-python@v6
395395 with :
396396 python-version : " 3.13"
@@ -411,7 +411,7 @@ jobs:
411411 needs : [fmt]
412412 runs-on : ubuntu-latest
413413 steps :
414- - uses : actions/checkout@v5 .0.1
414+ - uses : actions/checkout@v6 .0.0
415415 - uses : actions/setup-python@v6
416416 with :
417417 python-version : " 3.13"
@@ -433,7 +433,7 @@ jobs:
433433 needs : [fmt]
434434 runs-on : ubuntu-latest
435435 steps :
436- - uses : actions/checkout@v5 .0.1
436+ - uses : actions/checkout@v6 .0.0
437437 - uses : actions/setup-python@v6
438438 with :
439439 python-version : " 3.13"
@@ -451,7 +451,7 @@ jobs:
451451 needs : [fmt]
452452 runs-on : ubuntu-latest
453453 steps :
454- - uses : actions/checkout@v5 .0.1
454+ - uses : actions/checkout@v6 .0.0
455455 - uses : actions/setup-python@v6
456456 with :
457457 # TODO bump emscripten builds to test on 3.13
@@ -492,7 +492,7 @@ jobs:
492492 needs : [fmt]
493493 runs-on : ubuntu-latest
494494 steps :
495- - uses : actions/checkout@v5 .0.1
495+ - uses : actions/checkout@v6 .0.0
496496 - uses : Swatinem/rust-cache@v2
497497 with :
498498 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -536,7 +536,7 @@ jobs:
536536 if : ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
537537 runs-on : ubuntu-latest
538538 steps :
539- - uses : actions/checkout@v5 .0.1
539+ - uses : actions/checkout@v6 .0.0
540540 - uses : actions/setup-python@v6
541541 with :
542542 python-version : " 3.13"
@@ -560,7 +560,7 @@ jobs:
560560 include :
561561 - rust : ${{ needs.resolve.outputs.MSRV }}
562562 steps :
563- - uses : actions/checkout@v5 .0.1
563+ - uses : actions/checkout@v6 .0.0
564564 - uses : actions/setup-python@v6
565565 with :
566566 python-version : " 3.13"
@@ -605,7 +605,7 @@ jobs:
605605 target : " aarch64-pc-windows-msvc"
606606 flags : " -i python3.13 --features generate-import-lib"
607607 steps :
608- - uses : actions/checkout@v5 .0.1
608+ - uses : actions/checkout@v6 .0.0
609609 - uses : actions/setup-python@v6
610610 with :
611611 python-version : " 3.13"
@@ -635,7 +635,7 @@ jobs:
635635 if : ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
636636 runs-on : ubuntu-latest
637637 steps :
638- - uses : actions/checkout@v5 .0.1
638+ - uses : actions/checkout@v6 .0.0
639639 - uses : actions/setup-python@v6
640640 with :
641641 python-version : " 3.13"
@@ -685,7 +685,7 @@ jobs:
685685 ]
686686 runs-on : ${{ matrix.platform.os }}
687687 steps :
688- - uses : actions/checkout@v5 .0.1
688+ - uses : actions/checkout@v6 .0.0
689689 - uses : dtolnay/rust-toolchain@stable
690690 with :
691691 targets : ${{ matrix.platform.rust-target }}
@@ -707,7 +707,7 @@ jobs:
707707 if : ${{ !contains(github.event.pull_request.labels.*.name, 'CI-build-full') && github.event_name == 'pull_request' }}
708708 runs-on : ubuntu-latest
709709 steps :
710- - uses : actions/checkout@v5 .0.1
710+ - uses : actions/checkout@v6 .0.0
711711 - uses : dtolnay/rust-toolchain@stable
712712 with :
713713 components : rust-src
0 commit comments