From 71f8c9390f3e4bc77a03c3b8704dce4545839445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 11:16:02 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.68.34 to 2.75.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.34 to 2.75.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/de6bbd1333b8f331563d54a051e542c7dfef81c3...921a4027af787cda265c4f334a0f7f89b21d72e9) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/linters.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d28f6a61..aea1ed8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cargo-nextest - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 + uses: taiki-e/install-action@a2352fc6ce487f030a3aa709482d57823eadfb37 # v2.75.16 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index fe4ff39a..daf5f5ac 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -59,7 +59,7 @@ jobs: components: rustfmt, clippy - name: Install cargo-binstall - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 + uses: taiki-e/install-action@a2352fc6ce487f030a3aa709482d57823eadfb37 # v2.75.16 with: tool: cargo-binstall