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
9393 run : rustup target add ${{ matrix.target }}
9494
9595 - name : Setup Java
96- uses : actions/setup-java@v4
96+ uses : actions/setup-java@v5
9797 with :
9898 distribution : " temurin"
9999 java-version : " 17"
@@ -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
@@ -154,7 +154,7 @@ jobs:
154154 RUSTFLAGS : ' --cfg getrandom_backend="wasm_js"'
155155 steps :
156156 - name : Checkout sources
157- uses : actions/checkout@v4
157+ uses : actions/checkout@v5
158158
159159 - name : Install stable toolchain
160160 uses : dtolnay/rust-toolchain@stable
@@ -180,7 +180,7 @@ jobs:
180180 RUSTC_WRAPPER : " sccache"
181181 SCCACHE_GHA_ENABLED : " on"
182182 steps :
183- - uses : actions/checkout@v4
183+ - uses : actions/checkout@v5
184184 with :
185185 fetch-depth : 0
186186 - name : Install sccache
@@ -212,7 +212,7 @@ jobs:
212212 RUSTC_WRAPPER : " sccache"
213213 SCCACHE_GHA_ENABLED : " on"
214214 steps :
215- - uses : actions/checkout@v4
215+ - uses : actions/checkout@v5
216216 - uses : dtolnay/rust-toolchain@stable
217217 with :
218218 components : rustfmt
@@ -228,7 +228,7 @@ jobs:
228228 RUSTC_WRAPPER : " sccache"
229229 SCCACHE_GHA_ENABLED : " on"
230230 steps :
231- - uses : actions/checkout@v4
231+ - uses : actions/checkout@v5
232232 - uses : dtolnay/rust-toolchain@master
233233 with :
234234 toolchain : nightly-2024-11-30
@@ -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@stable
252252 with :
253253 components : clippy
@@ -274,7 +274,7 @@ jobs:
274274 RUSTC_WRAPPER : " sccache"
275275 SCCACHE_GHA_ENABLED : " on"
276276 steps :
277- - uses : actions/checkout@v4
277+ - uses : actions/checkout@v5
278278 - uses : dtolnay/rust-toolchain@master
279279 with :
280280 toolchain : ${{ env.MSRV }}
@@ -290,7 +290,7 @@ jobs:
290290 name : cargo deny
291291 runs-on : ubuntu-latest
292292 steps :
293- - uses : actions/checkout@v4
293+ - uses : actions/checkout@v5
294294 - uses : EmbarkStudios/cargo-deny-action@v2
295295 with :
296296 arguments : --workspace --all-features
@@ -301,6 +301,6 @@ jobs:
301301 timeout-minutes : 30
302302 runs-on : ubuntu-latest
303303 steps :
304- - uses : actions/checkout@v4
304+ - uses : actions/checkout@v5
305305 - run : pip install --user codespell[toml]
306306 - run : codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md
0 commit comments