Skip to content

Commit

Permalink
chore: update setup-rust-action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Sep 3, 2024
1 parent bc358ce commit cab4c41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust }}

Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
components: rustfmt
- run: cargo fmt --all -- --check
Expand All @@ -48,7 +48,7 @@ jobs:
# RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions-rs/clippy-check@v1
Expand All @@ -62,7 +62,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: nightly
- run: cargo rustdoc --all-features

0 comments on commit cab4c41

Please sign in to comment.