Skip to content

Commit

Permalink
build(deps): bump cargo-bins/cargo-binstall in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall).


Updates `cargo-bins/cargo-binstall` from 1.7.3 to 1.7.4
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1)
- [Commits](cargo-bins/cargo-binstall@v1.7.3...v1.7.4)

---
updated-dependencies:
- dependency-name: cargo-bins/cargo-binstall
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2024
1 parent 3c53eb3 commit 5151912
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

- name: Build
run: cargo build --release
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
key: "${{ matrix.target }}"

- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

- name: Install native prerequisites
run: sudo apt-get update -y && sudo apt-get install -y gcc-aarch64-linux-gnu
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
cache-all-crates: true

- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

- name: Install cargo-llvm-cov
run: cargo binstall --no-confirm --force cargo-llvm-cov
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
cache-all-crates: true

- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

- name: Format check
run: cargo fmt --check --all
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
./main
- name: Install cargo-binstall
uses: cargo-bins/[email protected].3
uses: cargo-bins/[email protected].4

- name: Performance analysis on PR
run: cargo bench --workspace -- --output-format bencher | tee benchmarks.txt
Expand Down

0 comments on commit 5151912

Please sign in to comment.