1717 fmt :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v6.0.1
20+ - uses : actions/checkout@v6.0.2
2121 - uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.14"
3838 MSRV : ${{ steps.resolve-msrv.outputs.MSRV }}
3939 verbose : ${{ runner.debug == '1' }}
4040 steps :
41- - uses : actions/checkout@v6.0.1
41+ - uses : actions/checkout@v6.0.2
4242 - uses : actions/setup-python@v6
4343 with :
4444 python-version : " 3.14"
5151 needs : [fmt]
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v6.0.1
54+ - uses : actions/checkout@v6.0.2
5555 - uses : actions/setup-python@v6
5656 with :
5757 python-version : " 3.14"
6969 needs : [fmt, resolve]
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v6.0.1
72+ - uses : actions/checkout@v6.0.2
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@v6.0.1
120+ - uses : actions/checkout@v6.0.2
121121 - uses : dtolnay/rust-toolchain@master
122122 with :
123123 toolchain : ${{ matrix.rust }}
@@ -392,7 +392,7 @@ jobs:
392392 needs : [fmt]
393393 runs-on : ubuntu-latest
394394 steps :
395- - uses : actions/checkout@v6.0.1
395+ - uses : actions/checkout@v6.0.2
396396 - uses : actions/setup-python@v6
397397 with :
398398 python-version : " 3.14"
@@ -413,7 +413,7 @@ jobs:
413413 needs : [fmt]
414414 runs-on : ubuntu-latest
415415 steps :
416- - uses : actions/checkout@v6.0.1
416+ - uses : actions/checkout@v6.0.2
417417 - uses : actions/setup-python@v6
418418 with :
419419 python-version : " 3.14"
@@ -435,7 +435,7 @@ jobs:
435435 needs : [fmt]
436436 runs-on : ubuntu-latest
437437 steps :
438- - uses : actions/checkout@v6.0.1
438+ - uses : actions/checkout@v6.0.2
439439 - uses : actions/setup-python@v6
440440 with :
441441 python-version : " 3.14"
@@ -453,7 +453,7 @@ jobs:
453453 needs : [fmt]
454454 runs-on : ubuntu-latest
455455 steps :
456- - uses : actions/checkout@v6.0.1
456+ - uses : actions/checkout@v6.0.2
457457 - uses : actions/setup-python@v6
458458 with :
459459 # TODO bump emscripten builds to test on 3.13
@@ -498,7 +498,7 @@ jobs:
498498 WASI_SDK_PATH : " /opt/wasi-sdk"
499499 CPYTHON_PATH : " ${{ github.workspace }}/wasi/cpython"
500500 steps :
501- - uses : actions/checkout@v6.0.1
501+ - uses : actions/checkout@v6.0.2
502502 - uses : actions/setup-python@v6
503503 with :
504504 python-version : 3.14
@@ -521,7 +521,7 @@ jobs:
521521 with :
522522 path : ${{ env.CPYTHON_PATH }}/cross-build/
523523 key : wasm32-wasip1-python
524- - uses : actions/checkout@v6.0.1
524+ - uses : actions/checkout@v6.0.2
525525 with :
526526 repository : python/cpython
527527 ref : 3.14
@@ -570,7 +570,7 @@ jobs:
570570 needs : [fmt]
571571 runs-on : ubuntu-latest
572572 steps :
573- - uses : actions/checkout@v6.0.1
573+ - uses : actions/checkout@v6.0.2
574574 - uses : Swatinem/rust-cache@v2
575575 with :
576576 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -614,7 +614,7 @@ jobs:
614614 if : ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
615615 runs-on : ubuntu-latest
616616 steps :
617- - uses : actions/checkout@v6.0.1
617+ - uses : actions/checkout@v6.0.2
618618 - uses : actions/setup-python@v6
619619 with :
620620 python-version : " 3.14"
@@ -638,7 +638,7 @@ jobs:
638638 include :
639639 - rust : ${{ needs.resolve.outputs.MSRV }}
640640 steps :
641- - uses : actions/checkout@v6.0.1
641+ - uses : actions/checkout@v6.0.2
642642 - uses : actions/setup-python@v6
643643 with :
644644 python-version : " 3.14"
@@ -683,7 +683,7 @@ jobs:
683683 target : " aarch64-pc-windows-msvc"
684684 flags : " -i python3.13 --features generate-import-lib"
685685 steps :
686- - uses : actions/checkout@v6.0.1
686+ - uses : actions/checkout@v6.0.2
687687 - uses : actions/setup-python@v6
688688 with :
689689 python-version : " 3.14"
@@ -713,7 +713,7 @@ jobs:
713713 if : ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
714714 runs-on : ubuntu-latest
715715 steps :
716- - uses : actions/checkout@v6.0.1
716+ - uses : actions/checkout@v6.0.2
717717 - uses : actions/setup-python@v6
718718 with :
719719 python-version : " 3.14"
@@ -763,7 +763,7 @@ jobs:
763763 ]
764764 runs-on : ${{ matrix.platform.os }}
765765 steps :
766- - uses : actions/checkout@v6.0.1
766+ - uses : actions/checkout@v6.0.2
767767 - uses : dtolnay/rust-toolchain@stable
768768 with :
769769 targets : ${{ matrix.platform.rust-target }}
@@ -785,7 +785,7 @@ jobs:
785785 if : ${{ !contains(github.event.pull_request.labels.*.name, 'CI-build-full') && github.event_name == 'pull_request' }}
786786 runs-on : ubuntu-latest
787787 steps :
788- - uses : actions/checkout@v6.0.1
788+ - uses : actions/checkout@v6.0.2
789789 - uses : dtolnay/rust-toolchain@stable
790790 with :
791791 components : rust-src
0 commit comments