2020 fmt :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : actions/setup-python@v5
2525 with :
2626 python-version : " 3.13"
3939 MSRV : ${{ steps.resolve-msrv.outputs.MSRV }}
4040 verbose : ${{ runner.debug == '1' }}
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - uses : actions/setup-python@v5
4444 with :
4545 python-version : " 3.13"
5252 needs : [fmt]
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656 - uses : actions/setup-python@v5
5757 with :
5858 python-version : " 3.13"
6262 needs : [fmt, resolve]
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v4
65+ - uses : actions/checkout@v5
6666 - uses : dtolnay/rust-toolchain@master
6767 with :
6868 toolchain : ${{ needs.resolve.outputs.MSRV }}
@@ -112,7 +112,7 @@ jobs:
112112 name : clippy/${{ matrix.target }}/${{ matrix.rust }}
113113 continue-on-error : ${{ matrix.rust != 'stable' }}
114114 steps :
115- - uses : actions/checkout@v4
115+ - uses : actions/checkout@v5
116116 - uses : dtolnay/rust-toolchain@master
117117 with :
118118 toolchain : ${{ matrix.rust }}
@@ -387,7 +387,7 @@ jobs:
387387 needs : [fmt]
388388 runs-on : ubuntu-latest
389389 steps :
390- - uses : actions/checkout@v4
390+ - uses : actions/checkout@v5
391391 - uses : actions/setup-python@v5
392392 with :
393393 python-version : " 3.13"
@@ -408,7 +408,7 @@ jobs:
408408 needs : [fmt]
409409 runs-on : ubuntu-latest
410410 steps :
411- - uses : actions/checkout@v4
411+ - uses : actions/checkout@v5
412412 - uses : actions/setup-python@v5
413413 with :
414414 python-version : " 3.13"
@@ -430,7 +430,7 @@ jobs:
430430 needs : [fmt]
431431 runs-on : ubuntu-latest
432432 steps :
433- - uses : actions/checkout@v4
433+ - uses : actions/checkout@v5
434434 - uses : actions/setup-python@v5
435435 with :
436436 python-version : " 3.13"
@@ -448,7 +448,7 @@ jobs:
448448 needs : [fmt]
449449 runs-on : ubuntu-latest
450450 steps :
451- - uses : actions/checkout@v4
451+ - uses : actions/checkout@v5
452452 - uses : actions/setup-python@v5
453453 with :
454454 # TODO bump emscripten builds to test on 3.13
@@ -489,7 +489,7 @@ jobs:
489489 needs : [fmt]
490490 runs-on : ubuntu-latest
491491 steps :
492- - uses : actions/checkout@v4
492+ - uses : actions/checkout@v5
493493 - uses : Swatinem/rust-cache@v2
494494 with :
495495 save-if : ${{ github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'CI-save-pr-cache') }}
@@ -533,7 +533,7 @@ jobs:
533533 if : ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
534534 runs-on : ubuntu-latest
535535 steps :
536- - uses : actions/checkout@v4
536+ - uses : actions/checkout@v5
537537 - uses : actions/setup-python@v5
538538 with :
539539 python-version : " 3.13"
@@ -557,7 +557,7 @@ jobs:
557557 include :
558558 - rust : ${{ needs.resolve.outputs.MSRV }}
559559 steps :
560- - uses : actions/checkout@v4
560+ - uses : actions/checkout@v5
561561 - uses : actions/setup-python@v5
562562 with :
563563 python-version : " 3.13"
@@ -608,7 +608,7 @@ jobs:
608608 target : " aarch64-pc-windows-msvc"
609609 flags : " -i python3.13 --features generate-import-lib"
610610 steps :
611- - uses : actions/checkout@v4
611+ - uses : actions/checkout@v5
612612 - uses : actions/setup-python@v5
613613 with :
614614 python-version : " 3.13"
@@ -638,7 +638,7 @@ jobs:
638638 if : ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || github.event_name != 'pull_request' }}
639639 runs-on : ubuntu-latest
640640 steps :
641- - uses : actions/checkout@v4
641+ - uses : actions/checkout@v5
642642 - uses : actions/setup-python@v5
643643 with :
644644 python-version : " 3.13"
@@ -702,7 +702,7 @@ jobs:
702702 ]
703703 runs-on : ${{ matrix.platform.os }}
704704 steps :
705- - uses : actions/checkout@v4
705+ - uses : actions/checkout@v5
706706 - uses : dtolnay/rust-toolchain@stable
707707 with :
708708 targets : ${{ matrix.platform.rust-target }}
0 commit comments