Skip to content

Commit 362dd57

Browse files
authored
Replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain (#473)
1 parent 36a7241 commit 362dd57

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/rust-clippy.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,9 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Install Rust toolchain
32-
uses: actions-rs/toolchain@v1
32+
uses: dtolnay/rust-toolchain@stable
3333
with:
34-
profile: minimal
35-
toolchain: stable
3634
components: clippy
37-
override: true
3835

3936
- name: Install required cargo
4037
run: cargo install clippy-sarif sarif-fmt

0 commit comments

Comments
 (0)