4545 lint-rust :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v6
48+ - uses : actions/checkout@v7
4949
5050 - name : Setup Rust
5151 uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
6262 lint-python :
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v6
65+ - uses : actions/checkout@v7
6666
6767 - name : Install Python
6868 uses : actions/setup-python@v5
8888 lint-toml :
8989 runs-on : ubuntu-latest
9090 steps :
91- - uses : actions/checkout@v6
91+ - uses : actions/checkout@v7
9292
9393 - name : Install taplo
9494 uses : taiki-e/install-action@v2
@@ -103,15 +103,15 @@ jobs:
103103 if : inputs.build_mode == 'release' && startsWith(github.ref, 'refs/tags/')
104104 runs-on : ubuntu-latest
105105 steps :
106- - uses : actions/checkout@v6
106+ - uses : actions/checkout@v7
107107
108108 - name : Ensure [patch.crates-io] is empty
109109 run : python3 dev/check_crates_patch.py
110110
111111 generate-license :
112112 runs-on : ubuntu-latest
113113 steps :
114- - uses : actions/checkout@v6
114+ - uses : actions/checkout@v7
115115
116116 - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39
117117 with :
@@ -142,7 +142,7 @@ jobs:
142142 matrix :
143143 python-tag : ["abi3", "3.13t", "3.14t"]
144144 steps :
145- - uses : actions/checkout@v6
145+ - uses : actions/checkout@v7
146146
147147 - run : rm LICENSE.txt
148148 - name : Download LICENSE.txt
@@ -221,7 +221,7 @@ jobs:
221221 matrix :
222222 python-tag : ["abi3", "3.13t", "3.14t"]
223223 steps :
224- - uses : actions/checkout@v6
224+ - uses : actions/checkout@v7
225225
226226 - run : rm LICENSE.txt
227227 - name : Download LICENSE.txt
@@ -284,7 +284,7 @@ jobs:
284284 os : [macos-latest, windows-latest]
285285 python-tag : ["abi3", "3.13t", "3.14t"]
286286 steps :
287- - uses : actions/checkout@v6
287+ - uses : actions/checkout@v7
288288
289289 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
290290
@@ -366,7 +366,7 @@ jobs:
366366 matrix :
367367 python-tag : ["abi3", "3.13t", "3.14t"]
368368 steps :
369- - uses : actions/checkout@v6
369+ - uses : actions/checkout@v7
370370
371371 - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
372372
@@ -430,7 +430,7 @@ jobs:
430430 if : inputs.build_mode == 'release'
431431 runs-on : ubuntu-latest
432432 steps :
433- - uses : actions/checkout@v6
433+ - uses : actions/checkout@v7
434434 - run : rm LICENSE.txt
435435 - name : Download LICENSE.txt
436436 uses : actions/download-artifact@v8
@@ -502,11 +502,11 @@ jobs:
502502 fi
503503
504504 - name : Checkout docs sources
505- uses : actions/checkout@v6
505+ uses : actions/checkout@v7
506506
507507 - name : Checkout docs target branch
508508 if : github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
509- uses : actions/checkout@v6
509+ uses : actions/checkout@v7
510510 with :
511511 fetch-depth : 0
512512 ref : ${{ steps.target-branch.outputs.value }}
0 commit comments