Skip to content

Commit c4dd771

Browse files
authored
Merge pull request #1078 from CEED/jed/rust-actions-dtolnay
CI: switch to maintained dtolnay/rust-toolchain
2 parents 1efc6e0 + ba20f13 commit c4dd771

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/rust-test-with-style.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ jobs:
1414

1515
steps:
1616
- name: Environment setup
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
- name: Rust setup
19-
uses: actions-rs/toolchain@v1
19+
uses: dtolnay/rust-toolchain@master
2020
with:
2121
# Note: nightly required for coverage of Doctests with tarpaulin
2222
toolchain: nightly
23-
override: true
2423
- name: Rust test with coverage
2524
uses: actions-rs/[email protected]
2625
env:
@@ -44,9 +43,9 @@ jobs:
4443

4544
steps:
4645
- name: Environment setup
47-
uses: actions/checkout@v2
46+
uses: actions/checkout@v3
4847
- name: Rust setup
49-
uses: actions-rs/toolchain@v1
48+
uses: dtolnay/rust-toolchain@master
5049
with:
5150
# Note: rustfmt not always included in nightly, will attempt to downgrade until rustfmt found
5251
toolchain: nightly

0 commit comments

Comments
 (0)