Skip to content

Commit e6afb8d

Browse files
build(deps): bump cargo-bins/cargo-binstall in the actions group
Bumps the actions group with 1 update: [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall). Updates `cargo-bins/cargo-binstall` from 1.16.4 to 1.17.5 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](cargo-bins/cargo-binstall@ea60fcf...7691a5b) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.17.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d66735f commit e6afb8d

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/download-artifact@v7
117117

118118
- name: Install cargo-binstall
119-
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
119+
uses: cargo-bins/cargo-binstall@7691a5b29cda4f5499b819e5618012ba4b6c3334 # v1.17.5
120120
env:
121121
GITHUB_TOKEN: ${{ github.token }}
122122
- name: Install hyperfine

.github/workflows/binary-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Install cargo-binstall
116116
if: matrix.cross
117-
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
117+
uses: cargo-bins/cargo-binstall@7691a5b29cda4f5499b819e5618012ba4b6c3334 # v1.17.5
118118
env:
119119
GITHUB_TOKEN: ${{ github.token }}
120120
- name: Install cross (cargo cross compiler)

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install uv
6060
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
6161
- name: Install cargo-binstall
62-
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
62+
uses: cargo-bins/cargo-binstall@7691a5b29cda4f5499b819e5618012ba4b6c3334 # v1.17.5
6363
env:
6464
GITHUB_TOKEN: ${{ github.token }}
6565
- name: Install nur
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install uv
9191
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
9292
- name: Install cargo-binstall
93-
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
93+
uses: cargo-bins/cargo-binstall@7691a5b29cda4f5499b819e5618012ba4b6c3334 # v1.17.5
9494
env:
9595
GITHUB_TOKEN: ${{ github.token }}
9696
- name: Install nur

.github/workflows/bump-n-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: 24.x
4747
- run: yarn install
48-
- uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
48+
- uses: cargo-bins/cargo-binstall@7691a5b29cda4f5499b819e5618012ba4b6c3334 # v1.17.5
4949
- run: cargo binstall -y git-cliff
5050
env:
5151
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/node-js-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
use-cache: true # zizmor: ignore[cache-poisoning]
107107
- name: Install cargo-binstall
108108
if: contains(matrix.settings.build, ' -x ') || contains(matrix.settings.build, '--use-cross ')
109-
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
109+
uses: cargo-bins/cargo-binstall@7691a5b29cda4f5499b819e5618012ba4b6c3334 # v1.17.5
110110
env:
111111
GITHUB_TOKEN: ${{ github.token }}
112112
- name: Install ${{contains(matrix.settings.build, ' -x ') && 'cargo-zigbuild' || 'cargo-cross'}}

.github/workflows/run-dev-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# if: runner.os == 'Windows'
5656
# run: vcpkg install openssl
5757

58-
- uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
58+
- uses: cargo-bins/cargo-binstall@7691a5b29cda4f5499b819e5618012ba4b6c3334 # v1.17.5
5959
env:
6060
GITHUB_TOKEN: ${{ github.token }}
6161
- name: Install third-party binaries

0 commit comments

Comments
 (0)