Skip to content

Commit

Permalink
Use specified toolchain version for all GHA checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmooney committed Oct 8, 2023
1 parent 86fed08 commit be9e31d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master @ 2023-10-08
with:
toolchain: stable
- name: Report rustfmt version
run: cargo fmt -- --version
- name: Check style
Expand All @@ -22,6 +25,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # master @ 2023-10-08
with:
toolchain: stable
- name: Report clippy version
run: cargo clippy -- --version
- name: Check clippy
Expand Down

0 comments on commit be9e31d

Please sign in to comment.