4545 # - x86_64-unknown-netbsd
4646 steps :
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949 with :
5050 submodules : recursive
5151
8282 - armv7-linux-androideabi
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v5
8686 with :
8787 submodules : recursive
8888
9494 run : rustup target add ${{ matrix.target }}
9595
9696 - name : Setup Java
97- uses : actions/setup-java@v4
97+ uses : actions/setup-java@v5
9898 with :
9999 distribution : ' temurin'
100100 java-version : ' 17'
@@ -128,7 +128,7 @@ jobs:
128128 - i686-unknown-linux-gnu
129129 steps :
130130 - name : Checkout
131- uses : actions/checkout@v4
131+ uses : actions/checkout@v5
132132 with :
133133 submodules : recursive
134134
@@ -154,7 +154,7 @@ jobs:
154154 RUSTC_WRAPPER : " sccache"
155155 SCCACHE_GHA_ENABLED : " on"
156156 steps :
157- - uses : actions/checkout@v4
157+ - uses : actions/checkout@v5
158158 with :
159159 fetch-depth : 0
160160 - name : Install sccache
@@ -186,7 +186,7 @@ jobs:
186186 RUSTC_WRAPPER : " sccache"
187187 SCCACHE_GHA_ENABLED : " on"
188188 steps :
189- - uses : actions/checkout@v4
189+ - uses : actions/checkout@v5
190190 - uses : dtolnay/rust-toolchain@stable
191191 with :
192192 components : rustfmt
@@ -202,7 +202,7 @@ jobs:
202202 RUSTC_WRAPPER : " sccache"
203203 SCCACHE_GHA_ENABLED : " on"
204204 steps :
205- - uses : actions/checkout@v4
205+ - uses : actions/checkout@v5
206206 - uses : dtolnay/rust-toolchain@master
207207 with :
208208 toolchain : nightly-2025-06-28
@@ -221,7 +221,7 @@ jobs:
221221 RUSTC_WRAPPER : " sccache"
222222 SCCACHE_GHA_ENABLED : " on"
223223 steps :
224- - uses : actions/checkout@v4
224+ - uses : actions/checkout@v5
225225 - uses : dtolnay/rust-toolchain@stable
226226 with :
227227 components : clippy
@@ -248,7 +248,7 @@ jobs:
248248 RUSTC_WRAPPER : " sccache"
249249 SCCACHE_GHA_ENABLED : " on"
250250 steps :
251- - uses : actions/checkout@v4
251+ - uses : actions/checkout@v5
252252 - uses : dtolnay/rust-toolchain@master
253253 with :
254254 toolchain : ${{ env.MSRV }}
@@ -264,7 +264,7 @@ jobs:
264264 name : cargo deny
265265 runs-on : ubuntu-latest
266266 steps :
267- - uses : actions/checkout@v4
267+ - uses : actions/checkout@v5
268268 - uses : EmbarkStudios/cargo-deny-action@v2
269269 with :
270270 arguments : --workspace --all-features
@@ -275,6 +275,6 @@ jobs:
275275 timeout-minutes : 30
276276 runs-on : ubuntu-latest
277277 steps :
278- - uses : actions/checkout@v4
278+ - uses : actions/checkout@v5
279279 - run : pip install --user codespell[toml]
280280 - run : codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md
0 commit comments