From a5c13199edfea97522524aa06234f9709d128f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:54:53 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.82.3 to 2.82.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.3 to 2.82.8. - [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/ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3...c93ccc03e00cd0e08e494f5fd058a6c55a6a1907) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.7 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 88c43e4..c76265f 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@ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3 # v2 + uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 with: tool: cargo-deny,cargo-nextest diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 4db6555..fbc9ba3 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@ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3 # v2 + uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 with: tool: cargo-machete