45
45
# - x86_64-unknown-netbsd
46
46
steps :
47
47
- name : Checkout
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@v5
49
49
with :
50
50
submodules : recursive
51
51
82
82
- armv7-linux-androideabi
83
83
steps :
84
84
- name : Checkout
85
- uses : actions/checkout@v4
85
+ uses : actions/checkout@v5
86
86
with :
87
87
submodules : recursive
88
88
94
94
run : rustup target add ${{ matrix.target }}
95
95
96
96
- name : Setup Java
97
- uses : actions/setup-java@v4
97
+ uses : actions/setup-java@v5
98
98
with :
99
99
distribution : ' temurin'
100
100
java-version : ' 17'
@@ -128,7 +128,7 @@ jobs:
128
128
- i686-unknown-linux-gnu
129
129
steps :
130
130
- name : Checkout
131
- uses : actions/checkout@v4
131
+ uses : actions/checkout@v5
132
132
with :
133
133
submodules : recursive
134
134
@@ -154,7 +154,7 @@ jobs:
154
154
RUSTC_WRAPPER : " sccache"
155
155
SCCACHE_GHA_ENABLED : " on"
156
156
steps :
157
- - uses : actions/checkout@v4
157
+ - uses : actions/checkout@v5
158
158
with :
159
159
fetch-depth : 0
160
160
- name : Install sccache
@@ -186,7 +186,7 @@ jobs:
186
186
RUSTC_WRAPPER : " sccache"
187
187
SCCACHE_GHA_ENABLED : " on"
188
188
steps :
189
- - uses : actions/checkout@v4
189
+ - uses : actions/checkout@v5
190
190
- uses : dtolnay/rust-toolchain@stable
191
191
with :
192
192
components : rustfmt
@@ -202,7 +202,7 @@ jobs:
202
202
RUSTC_WRAPPER : " sccache"
203
203
SCCACHE_GHA_ENABLED : " on"
204
204
steps :
205
- - uses : actions/checkout@v4
205
+ - uses : actions/checkout@v5
206
206
- uses : dtolnay/rust-toolchain@master
207
207
with :
208
208
toolchain : nightly-2025-06-28
@@ -221,7 +221,7 @@ jobs:
221
221
RUSTC_WRAPPER : " sccache"
222
222
SCCACHE_GHA_ENABLED : " on"
223
223
steps :
224
- - uses : actions/checkout@v4
224
+ - uses : actions/checkout@v5
225
225
- uses : dtolnay/rust-toolchain@stable
226
226
with :
227
227
components : clippy
@@ -248,7 +248,7 @@ jobs:
248
248
RUSTC_WRAPPER : " sccache"
249
249
SCCACHE_GHA_ENABLED : " on"
250
250
steps :
251
- - uses : actions/checkout@v4
251
+ - uses : actions/checkout@v5
252
252
- uses : dtolnay/rust-toolchain@master
253
253
with :
254
254
toolchain : ${{ env.MSRV }}
@@ -264,7 +264,7 @@ jobs:
264
264
name : cargo deny
265
265
runs-on : ubuntu-latest
266
266
steps :
267
- - uses : actions/checkout@v4
267
+ - uses : actions/checkout@v5
268
268
- uses : EmbarkStudios/cargo-deny-action@v2
269
269
with :
270
270
arguments : --workspace --all-features
@@ -275,6 +275,6 @@ jobs:
275
275
timeout-minutes : 30
276
276
runs-on : ubuntu-latest
277
277
steps :
278
- - uses : actions/checkout@v4
278
+ - uses : actions/checkout@v5
279
279
- run : pip install --user codespell[toml]
280
280
- run : codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md
0 commit comments