From c6e92759f5e1583b50baadecd92b40b1ad07b5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 14:10:05 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.62.2 to 2.62.13 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.2 to 2.62.13. - [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/cd39cb0572834c149bf3533a143f05e09def0f3c...d0f4f69b07c0804d1003ca9a5a5f853423872ed9) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b926627..3374aff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: # Only run tests on latest stable and above - name: Install cargo-nextest if: ${{ matrix.rust != '1.88' }} # MSRV - uses: taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # master + uses: taiki-e/install-action@3216b6964cbfe053bb8b9a2ef245bd9300e2061d # master with: tool: nextest - name: build @@ -80,7 +80,7 @@ jobs: - uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master with: toolchain: stable - - uses: taiki-e/install-action@cd39cb0572834c149bf3533a143f05e09def0f3c # master + - uses: taiki-e/install-action@3216b6964cbfe053bb8b9a2ef245bd9300e2061d # master with: tool: cargo-hack - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2