From db7689d19897d7e348b5c1d756a4b252c59c9c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:29:06 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.75.14 to 2.75.19 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.14 to 2.75.19. - [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/0c7a94999971db56e9df89df226240aab222e776...5f57d6cb7cd20b14a8a27f522884c4bc8a187458) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.19 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 e78f612..14a6668 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@0c7a94999971db56e9df89df226240aab222e776 # v2 + uses: taiki-e/install-action@5f57d6cb7cd20b14a8a27f522884c4bc8a187458 # v2 with: tool: cargo-deny,cargo-nextest diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml index 87a9d56..9bbaa99 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@0c7a94999971db56e9df89df226240aab222e776 # v2 + uses: taiki-e/install-action@5f57d6cb7cd20b14a8a27f522884c4bc8a187458 # v2 with: tool: cargo-machete