From 02be009e4a88098537d6d9b228b823d62fb295c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 05:32:28 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.58.4 to 2.62.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.4 to 2.62.2. - [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...cd39cb0572834c149bf3533a143f05e09def0f3c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.2 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..e86c628d0 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@00a367b59ffa7299659baf1168279aefe69f5516 # v2.62.10 with: tool: cargo-nextest diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 12b6b4e0b..488259c90 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@00a367b59ffa7299659baf1168279aefe69f5516 # v2.62.10 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 1d189e762..70c10a422 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@00a367b59ffa7299659baf1168279aefe69f5516 # v2.62.10 with: tool: cargo-binstall