From 335a1901d664ec15efa726f0c93aa95d3bf0ce51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:24:12 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.82.8 to 2.82.10 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.8 to 2.82.10. - [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/c93ccc03e00cd0e08e494f5fd058a6c55a6a1907...50414676f9f5d50a65992c6dd2ed02641263226c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/weekly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d957bc..b1b21ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install tools - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 with: tool: cargo-deny,cargo-nextest diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 1188a77..629b20f 100644 --- a/.github/workflows/weekly.yml +++ b/.github/workflows/weekly.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable - name: Install tools - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 + uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 with: tool: cargo-machete