Skip to content

Commit

Permalink
action: Use newer rust-toolchain action
Browse files Browse the repository at this point in the history
The older action is not being maintained

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and joaoantoniocardoso committed Jul 29, 2024
1 parent 924be18 commit 77a9061
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1.0.6
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
- name: Check Type
run: cargo fmt -- --check
- name: Check Clippy
Expand All @@ -28,10 +27,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1.0.6
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
override: true
- name: Build docs
run: cargo doc
- name: Move documentation
Expand Down

0 comments on commit 77a9061

Please sign in to comment.