Use v2 of setup-rust-action on CI
This commit is contained in:
parent
2de3253012
commit
34317bba5d
7 changed files with 12 additions and 12 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -4,7 +4,7 @@ jobs:
|
|||
all:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@v1
|
||||
- uses: hecrj/setup-rust-action@v2
|
||||
with:
|
||||
components: clippy
|
||||
- uses: actions/checkout@master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue