From 7b91ed2531646fa2f933d27afa884e19256be364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:44:19 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.85.3 to 2.85.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.3 to 2.85.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/18b1216eba7f8039b0f8d131d5473787f0edce68...cb33e69fad06166ca28a42b2575e4dadabf62ee8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.8 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 df80d52..08e6708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Install Platform Dependencies uses: ./.github/actions/platform-deps - name: Install Nextest - uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 # v2.85.3 + uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.85.8 with: { tool: nextest@0.9 } - name: Test run: cargo nextest run --profile ci --all-targets --no-tests warn @@ -47,7 +47,7 @@ jobs: - name: Install Platform Dependencies uses: ./.github/actions/platform-deps - name: Install cargo-bundle - uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 # v2.85.3 + uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.85.8 with: { tool: cargo-bundle@0.11.0 } - name: Bundle run: cargo bundle