Skip to content

Commit

Permalink
Update actions plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
HudsonGraeme committed Feb 13, 2024
1 parent 348907a commit 6c4666c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ runs:
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.4.2"
- uses: actions-rs/toolchain@v1
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly-2024-01-16
override: true
components: rustfmt, clippy
- uses: baptiste0928/cargo-install@v1
- uses: baptiste0928/cargo-install@v3
with:
crate: cargo-nextest
locked: true
Expand Down

0 comments on commit 6c4666c

Please sign in to comment.