File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,12 @@ jobs:
14
14
15
15
steps :
16
16
- name : Environment setup
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
- name : Rust setup
19
- uses : actions-rs/ toolchain@v1
19
+ uses : dtolnay/rust- toolchain@master
20
20
with :
21
21
# Note: nightly required for coverage of Doctests with tarpaulin
22
22
toolchain : nightly
23
- override : true
24
23
- name : Rust test with coverage
25
24
uses :
actions-rs/[email protected]
26
25
env :
44
43
45
44
steps :
46
45
- name : Environment setup
47
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v3
48
47
- name : Rust setup
49
- uses : actions-rs/ toolchain@v1
48
+ uses : dtolnay/rust- toolchain@master
50
49
with :
51
50
# Note: rustfmt not always included in nightly, will attempt to downgrade until rustfmt found
52
51
toolchain : nightly
You can’t perform that action at this time.
0 commit comments