From 65fd2ccbbcc3f6fb167eebc3edc08042ec4c0d47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 23:36:43 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.61.9 to 2.62.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.61.9 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/8ea32481661d5e04d602f215b94f17e4014b44f9...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/nextest.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextest.yml b/.github/workflows/nextest.yml index 096a822d4b71c..a9b0a5fd2a92e 100644 --- a/.github/workflows/nextest.yml +++ b/.github/workflows/nextest.yml @@ -65,7 +65,7 @@ jobs: with: toolchain: stable target: ${{ matrix.target }} - - uses: taiki-e/install-action@8ea32481661d5e04d602f215b94f17e4014b44f9 # v2 + - uses: taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # v2 with: tool: nextest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25ea99f08a51d..7c97d752d87bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -161,7 +161,7 @@ jobs: - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master with: toolchain: stable - - uses: taiki-e/install-action@8ea32481661d5e04d602f215b94f17e4014b44f9 # v2 + - uses: taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2