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 committed Jul 29, 2024
1 parent c417611 commit ae07732
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 ae07732

Please sign in to comment.