Skip to content

Commit 4081a70

Browse files
authored
Replaces actions-rs/toolchain with dtolnay/rust-toolchain (#34)
Replaces actions-rs/toolchain with dtolnay/rust-toolchain to setup rust. As actions-rs/toolchain is unmaintained, it causes a node version warning.
1 parent bcc5c7c commit 4081a70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ runs:
3131
using: "composite"
3232
steps:
3333
- name: Install Rust
34-
uses: actions-rs/[email protected]
35-
with:
36-
toolchain: stable
34+
uses: dtolnay/rust-toolchain@stable
3735

3836
- name: Install Kani
3937
shell: bash

0 commit comments

Comments
 (0)