From 036a37b19e186bb5e35446a60f4ccdb78ad6ea0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 20:36:46 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.77.7 to 2.79.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.7 to 2.79.3. - [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/3235f8901fd37ffed0052b276cec25a362fb82e9...65851e10cd6c377f11a60e600abc07cb08643468) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 2049cde..057109b 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@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: cargo-deny,cargo-nextest diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 0e817f4..bb08b1a 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@3235f8901fd37ffed0052b276cec25a362fb82e9 # v2 + uses: taiki-e/install-action@65851e10cd6c377f11a60e600abc07cb08643468 # v2 with: tool: cargo-machete