From 0cf100a040c67a0dfb3b4bd79adc5d124de5f85e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 17:50:29 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.58.4 to 2.61.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.4 to 2.61.5. - [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/f37a1e4d34f3e1c6a571e294b0258f2805eab48d...849bd009f730a24e9db18262f4e9f062591dee39) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.61.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/functional.yml | 2 +- .github/workflows/linters.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 104858f07..cde17719a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: toolchain: ${{ matrix.rust_ver }} - name: Install cargo-nextest - uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4 + uses: taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # v2.61.7 with: tool: cargo-nextest diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 656156694..87b8ef780 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -70,7 +70,7 @@ jobs: toolchain: stable - name: Install cargo-nextest - uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4 + uses: taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # v2.61.7 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 1d189e762..b6482c2a7 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -73,7 +73,7 @@ jobs: - uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Install cargo-binstall - uses: taiki-e/install-action@f37a1e4d34f3e1c6a571e294b0258f2805eab48d # v2.58.4 + uses: taiki-e/install-action@e5f8d33e7166e0491b2ab4ff0567cc6cd6772737 # v2.61.7 with: tool: cargo-binstall