4646 # - x86_64-unknown-netbsd
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v5
49+ uses : actions/checkout@v6
5050 with :
5151 submodules : recursive
5252
8383 - armv7-linux-androideabi
8484 steps :
8585 - name : Checkout
86- uses : actions/checkout@v5
86+ uses : actions/checkout@v6
8787
8888 - name : Set up Rust
8989 uses : dtolnay/rust-toolchain@stable
@@ -127,7 +127,7 @@ jobs:
127127 - i686-unknown-linux-gnu
128128 steps :
129129 - name : Checkout
130- uses : actions/checkout@v5
130+ uses : actions/checkout@v6
131131 with :
132132 submodules : recursive
133133
@@ -154,7 +154,7 @@ jobs:
154154 RUSTFLAGS : ' --cfg getrandom_backend="wasm_js"'
155155 steps :
156156 - name : Checkout sources
157- uses : actions/checkout@v5
157+ uses : actions/checkout@v6
158158
159159 - name : Setup node.js version 22.5 # needed for browser-like websocket API support in node.js
160160 uses : actions/setup-node@v6
@@ -204,7 +204,7 @@ jobs:
204204 RUSTC_WRAPPER : " sccache"
205205 SCCACHE_GHA_ENABLED : " on"
206206 steps :
207- - uses : actions/checkout@v5
207+ - uses : actions/checkout@v6
208208 with :
209209 fetch-depth : 0
210210 - name : Install sccache
@@ -236,7 +236,7 @@ jobs:
236236 RUSTC_WRAPPER : " sccache"
237237 SCCACHE_GHA_ENABLED : " on"
238238 steps :
239- - uses : actions/checkout@v5
239+ - uses : actions/checkout@v6
240240 - uses : dtolnay/rust-toolchain@stable
241241 with :
242242 components : rustfmt
@@ -253,7 +253,7 @@ jobs:
253253 SCCACHE_GHA_ENABLED : " on"
254254 RUSTDOCFLAGS : --cfg docsrs
255255 steps :
256- - uses : actions/checkout@v5
256+ - uses : actions/checkout@v6
257257 - uses : dtolnay/rust-toolchain@master
258258 with :
259259 toolchain : nightly-2025-10-09
@@ -270,7 +270,7 @@ jobs:
270270 RUSTC_WRAPPER : " sccache"
271271 SCCACHE_GHA_ENABLED : " on"
272272 steps :
273- - uses : actions/checkout@v5
273+ - uses : actions/checkout@v6
274274 - uses : dtolnay/rust-toolchain@stable
275275 with :
276276 components : clippy
@@ -297,7 +297,7 @@ jobs:
297297 RUSTC_WRAPPER : " sccache"
298298 SCCACHE_GHA_ENABLED : " on"
299299 steps :
300- - uses : actions/checkout@v5
300+ - uses : actions/checkout@v6
301301 - uses : dtolnay/rust-toolchain@master
302302 with :
303303 toolchain : ${{ env.MSRV }}
@@ -313,7 +313,7 @@ jobs:
313313 name : cargo deny
314314 runs-on : ubuntu-latest
315315 steps :
316- - uses : actions/checkout@v5
316+ - uses : actions/checkout@v6
317317 - uses : EmbarkStudios/cargo-deny-action@v2
318318 with :
319319 arguments : --workspace --all-features
@@ -336,6 +336,6 @@ jobs:
336336 timeout-minutes : 30
337337 runs-on : ubuntu-latest
338338 steps :
339- - uses : actions/checkout@v5
339+ - uses : actions/checkout@v6
340340 - run : pip install --user codespell[toml]
341341 - run : codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md
0 commit comments