From 5dbd725e2139e30821c7161fc60d9bf8258d8114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:14:39 +0000 Subject: [PATCH] chore(deps): bump the actions-all group with 2 updates Bumps the actions-all group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall). Updates `taiki-e/install-action` from 2.81.11 to 2.82.2 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/v2.81.11...v2.82.2) Updates `cargo-bins/cargo-binstall` from 1.20.0 to 1.20.1 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](https://github.com/cargo-bins/cargo-binstall/compare/v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-all - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b2aef8..511e682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: persist-credentials: false fetch-depth: 1 - uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/install-action@v2.81.11 + - uses: taiki-e/install-action@v2.82.2 with: # Pin tool versions for reproducible parser behavior in advisory DB checks. tool: cargo-deny@0.19.4,cargo-audit@0.22.1 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fba621b..737fc82 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - uses: Swatinem/rust-cache@v2.9.1 - - uses: cargo-bins/cargo-binstall@v1.20.0 + - uses: cargo-bins/cargo-binstall@v1.20.1 - name: Install dioxus-cli run: cargo binstall dioxus-cli --version 0.7.9 --locked --force