46
46
# - x86_64-unknown-netbsd
47
47
steps :
48
48
- name : Checkout
49
- uses : actions/checkout@v4
49
+ uses : actions/checkout@v5
50
50
with :
51
51
submodules : recursive
52
52
83
83
- armv7-linux-androideabi
84
84
steps :
85
85
- name : Checkout
86
- uses : actions/checkout@v4
86
+ uses : actions/checkout@v5
87
87
88
88
- name : Set up Rust
89
89
uses : dtolnay/rust-toolchain@stable
@@ -127,7 +127,7 @@ jobs:
127
127
- i686-unknown-linux-gnu
128
128
steps :
129
129
- name : Checkout
130
- uses : actions/checkout@v4
130
+ uses : actions/checkout@v5
131
131
with :
132
132
submodules : recursive
133
133
@@ -153,7 +153,7 @@ jobs:
153
153
RUSTC_WRAPPER : " sccache"
154
154
SCCACHE_GHA_ENABLED : " on"
155
155
steps :
156
- - uses : actions/checkout@v4
156
+ - uses : actions/checkout@v5
157
157
with :
158
158
fetch-depth : 0
159
159
- name : Install sccache
@@ -185,7 +185,7 @@ jobs:
185
185
RUSTC_WRAPPER : " sccache"
186
186
SCCACHE_GHA_ENABLED : " on"
187
187
steps :
188
- - uses : actions/checkout@v4
188
+ - uses : actions/checkout@v5
189
189
- uses : dtolnay/rust-toolchain@stable
190
190
with :
191
191
components : rustfmt
@@ -201,7 +201,7 @@ jobs:
201
201
RUSTC_WRAPPER : " sccache"
202
202
SCCACHE_GHA_ENABLED : " on"
203
203
steps :
204
- - uses : actions/checkout@v4
204
+ - uses : actions/checkout@v5
205
205
- uses : dtolnay/rust-toolchain@master
206
206
with :
207
207
toolchain : nightly-2024-11-30
@@ -220,7 +220,7 @@ jobs:
220
220
RUSTC_WRAPPER : " sccache"
221
221
SCCACHE_GHA_ENABLED : " on"
222
222
steps :
223
- - uses : actions/checkout@v4
223
+ - uses : actions/checkout@v5
224
224
- uses : dtolnay/rust-toolchain@stable
225
225
with :
226
226
components : clippy
@@ -247,7 +247,7 @@ jobs:
247
247
RUSTC_WRAPPER : " sccache"
248
248
SCCACHE_GHA_ENABLED : " on"
249
249
steps :
250
- - uses : actions/checkout@v4
250
+ - uses : actions/checkout@v5
251
251
- uses : dtolnay/rust-toolchain@master
252
252
with :
253
253
toolchain : ${{ env.MSRV }}
@@ -263,7 +263,7 @@ jobs:
263
263
name : cargo deny
264
264
runs-on : ubuntu-latest
265
265
steps :
266
- - uses : actions/checkout@v4
266
+ - uses : actions/checkout@v5
267
267
- uses : EmbarkStudios/cargo-deny-action@v2
268
268
with :
269
269
arguments : --workspace --all-features
@@ -274,6 +274,6 @@ jobs:
274
274
timeout-minutes : 30
275
275
runs-on : ubuntu-latest
276
276
steps :
277
- - uses : actions/checkout@v4
277
+ - uses : actions/checkout@v5
278
278
- run : pip install --user codespell[toml]
279
279
- run : codespell --ignore-words-list=ans,atmost,crate,inout,ratatui,ser,stayin,swarmin,worl --skip=CHANGELOG.md
0 commit comments