From 9e5393ff53752b5514a3a2691d71c10cdee4c1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:34:00 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.81.10 to 2.82.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.10 to 2.82.11. - [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/7a79fe8c3a13344501c80d99cae481c1c9085912...5ebac0d9522d786674368e47e92963ba13f2c376) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.7 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3cb6f8e..f3e3266 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@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2.82.11 with: { tool: nextest@0.9 } - name: Test run: cargo nextest run --profile ci --all-targets --no-tests warn @@ -48,7 +48,7 @@ jobs: - name: Install Platform Dependencies uses: ./.github/actions/platform-deps - name: Install cargo-bundle - uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2.82.11 with: { tool: cargo-bundle@0.11.0 } - name: Bundle run: cargo bundle