Skip to content

Commit fae47f2

Browse files
committed
switch to maintained rust toolchain gh action
Signed-off-by: reubenmiller <[email protected]>
1 parent e5b626f commit fae47f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
ref: "${{ github.event.inputs.rev }}"
2222
- name: Install latest Rust
23-
uses: actions-rs/toolchain@v1
23+
uses: dtolnay/rust-toolchain@master
2424
with:
2525
toolchain: nightly
2626
- name: Install cargo udeps
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
ref: "${{ github.event.inputs.rev }}"
3838
- name: Install latest Rust
39-
uses: actions-rs/toolchain@v1
39+
uses: dtolnay/rust-toolchain@master
4040
with:
4141
toolchain: nightly
4242
- name: Install cargo audit

0 commit comments

Comments
 (0)