4646 # - x86_64-unknown-netbsd
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v5
5050 with :
5151 submodules : recursive
5252
8383 - armv7-linux-androideabi
8484 steps :
8585 - name : Checkout
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v5
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@v4
130+ uses : actions/checkout@v5
131131 with :
132132 submodules : recursive
133133
@@ -153,7 +153,7 @@ jobs:
153153 RUSTC_WRAPPER : " sccache"
154154 SCCACHE_GHA_ENABLED : " on"
155155 steps :
156- - uses : actions/checkout@v4
156+ - uses : actions/checkout@v5
157157 with :
158158 fetch-depth : 0
159159 - name : Install sccache
@@ -185,7 +185,7 @@ jobs:
185185 RUSTC_WRAPPER : " sccache"
186186 SCCACHE_GHA_ENABLED : " on"
187187 steps :
188- - uses : actions/checkout@v4
188+ - uses : actions/checkout@v5
189189 - uses : dtolnay/rust-toolchain@stable
190190 with :
191191 components : rustfmt
@@ -201,7 +201,7 @@ jobs:
201201 RUSTC_WRAPPER : " sccache"
202202 SCCACHE_GHA_ENABLED : " on"
203203 steps :
204- - uses : actions/checkout@v4
204+ - uses : actions/checkout@v5
205205 - uses : dtolnay/rust-toolchain@master
206206 with :
207207 toolchain : nightly-2024-11-30
@@ -220,7 +220,7 @@ jobs:
220220 RUSTC_WRAPPER : " sccache"
221221 SCCACHE_GHA_ENABLED : " on"
222222 steps :
223- - uses : actions/checkout@v4
223+ - uses : actions/checkout@v5
224224 - uses : dtolnay/rust-toolchain@stable
225225 with :
226226 components : clippy
@@ -247,7 +247,7 @@ jobs:
247247 RUSTC_WRAPPER : " sccache"
248248 SCCACHE_GHA_ENABLED : " on"
249249 steps :
250- - uses : actions/checkout@v4
250+ - uses : actions/checkout@v5
251251 - uses : dtolnay/rust-toolchain@master
252252 with :
253253 toolchain : ${{ env.MSRV }}
@@ -263,7 +263,7 @@ jobs:
263263 name : cargo deny
264264 runs-on : ubuntu-latest
265265 steps :
266- - uses : actions/checkout@v4
266+ - uses : actions/checkout@v5
267267 - uses : EmbarkStudios/cargo-deny-action@v2
268268 with :
269269 arguments : --workspace --all-features
@@ -274,6 +274,6 @@ jobs:
274274 timeout-minutes : 30
275275 runs-on : ubuntu-latest
276276 steps :
277- - uses : actions/checkout@v4
277+ - uses : actions/checkout@v5
278278 - run : pip install --user codespell[toml]
279279 - run : codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md
0 commit comments