File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -24,18 +24,16 @@ jobs:
2424 target : x86_64-pc-windows-msvc
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v4
2828
2929 - name : Install Rust toolchain
30- uses : actions-rs/ toolchain@v1
30+ uses : dtolnay/rust- toolchain@stable
3131 with :
3232 toolchain : ${{ matrix.toolchain }}
3333 target : ${{ matrix.target }}
34- profile : minimal
35- override : true
3634
3735 - name : Run tests
38- uses : actions-rs/ cargo@v1
36+ uses : clechasseur/rs- cargo@v2
3937 with :
4038 command : test
4139 args : --workspace --target ${{ matrix.target }}
@@ -45,14 +43,12 @@ jobs:
4543 runs-on : ubuntu-latest
4644 steps :
4745 - name : Checkout repository
48- uses : actions/checkout@v2
46+ uses : actions/checkout@v4
4947
5048 - name : Install Rust toolchain
51- uses : actions-rs/ toolchain@v1
49+ uses : dtolnay/rust- toolchain@stable
5250 with :
5351 toolchain : stable
54- override : true
55- profile : minimal
5652 components : rustfmt
5753
5854 - name : Check formatting
You can’t perform that action at this time.
0 commit comments