@@ -151,7 +151,7 @@ jobs:
151
151
CC : clang-cl
152
152
CXX : clang-cl
153
153
steps :
154
- - uses : actions/checkout@v4
154
+ - uses : actions/checkout@v5
155
155
- name : Install Rust (rustup)
156
156
run : |
157
157
set -euxo pipefail
@@ -239,7 +239,7 @@ jobs:
239
239
- aarch64-apple-visionos
240
240
- aarch64-apple-visionos-sim
241
241
steps :
242
- - uses : actions/checkout@v4
242
+ - uses : actions/checkout@v5
243
243
- name : Install Rust (rustup)
244
244
run : |
245
245
set -euxo pipefail
@@ -263,7 +263,7 @@ jobs:
263
263
matrix :
264
264
target : [wasm32-unknown-unknown]
265
265
steps :
266
- - uses : actions/checkout@v4
266
+ - uses : actions/checkout@v5
267
267
- name : Install Rust (rustup)
268
268
run : |
269
269
rustup target add ${{ matrix.target }}
@@ -283,7 +283,7 @@ jobs:
283
283
env :
284
284
TARGET : wasm32-wasip1-threads
285
285
steps :
286
- - uses : actions/checkout@v4
286
+ - uses : actions/checkout@v5
287
287
- name : Install Rust (rustup)
288
288
run : |
289
289
rustup toolchain install nightly --no-self-update --profile minimal --target $TARGET
@@ -329,7 +329,7 @@ jobs:
329
329
name : Test CUDA support
330
330
runs-on : ubuntu-22.04
331
331
steps :
332
- - uses : actions/checkout@v4
332
+ - uses : actions/checkout@v5
333
333
- name : Install cuda-minimal-build-11-8
334
334
working-directory : ${{ runner.temp }}
335
335
shell : bash
@@ -360,7 +360,7 @@ jobs:
360
360
env :
361
361
MSRV : 1.63.0
362
362
steps :
363
- - uses : actions/checkout@v4
363
+ - uses : actions/checkout@v5
364
364
- name : Install Rust
365
365
run : |
366
366
rustup toolchain install $MSRV --no-self-update --profile minimal
@@ -377,7 +377,7 @@ jobs:
377
377
name : Clippy
378
378
runs-on : ubuntu-latest
379
379
steps :
380
- - uses : actions/checkout@v4
380
+ - uses : actions/checkout@v5
381
381
- name : Install Rust
382
382
run : |
383
383
rustup toolchain install stable --no-self-update --profile minimal --component rustfmt
@@ -393,7 +393,7 @@ jobs:
393
393
name : Rustfmt
394
394
runs-on : ubuntu-latest
395
395
steps :
396
- - uses : actions/checkout@v4
396
+ - uses : actions/checkout@v5
397
397
- name : Install Rust
398
398
run : |
399
399
rustup toolchain install stable --no-self-update --profile minimal --component rustfmt
@@ -406,7 +406,7 @@ jobs:
406
406
runs-on : ubuntu-latest
407
407
steps :
408
408
- name : Checkout
409
- uses : actions/checkout@v4
409
+ uses : actions/checkout@v5
410
410
- name : Check semver
411
411
uses : obi1kenobi/cargo-semver-checks-action@v2
412
412
0 commit comments