@@ -22,12 +22,10 @@ jobs:
22
22
- nightly
23
23
- 1.64.0 # MSRV
24
24
steps :
25
- - uses : actions/checkout@v2
26
- - uses : actions-rs/ toolchain@v1
25
+ - uses : actions/checkout@v4
26
+ - uses : dtolnay/rust- toolchain@master
27
27
with :
28
- profile : minimal
29
28
toolchain : ${{ matrix.rust }}
30
- override : true
31
29
- name : Build
32
30
run : cargo build --verbose
33
31
- name : Run tests
@@ -48,13 +46,11 @@ jobs:
48
46
- rust : stable
49
47
target : i686-unknown-linux-gnu
50
48
steps :
51
- - uses : actions/checkout@v2
52
- - uses : actions-rs/ toolchain@v1
49
+ - uses : actions/checkout@v4
50
+ - uses : dtolnay/rust- toolchain@master
53
51
with :
54
- profile : minimal
55
52
toolchain : ${{ matrix.rust }}
56
53
target : ${{ matrix.target }}
57
- override : true
58
54
- name : Install cross
59
55
run : cargo install cross -f
60
56
- name : Build
@@ -86,12 +82,10 @@ jobs:
86
82
rust :
87
83
- nightly
88
84
steps :
89
- - uses : actions/checkout@v2
90
- - uses : actions-rs/ toolchain@v1
85
+ - uses : actions/checkout@v4
86
+ - uses : dtolnay/rust- toolchain@master
91
87
with :
92
- profile : minimal
93
88
toolchain : ${{ matrix.rust }}
94
- override : true
95
89
- name : Install tarpaulin
96
90
run : cargo install cargo-tarpaulin -f
97
91
- name : Generate code coverage
0 commit comments