From ecf97457dbf217cc07868492d006c71be2df7801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:24:00 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.78.0 to 2.82.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.78.0 to 2.82.6. - [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/e1c4cd42111751368541a7cb5db3522bd1f846a4...9bcaee1dcae34154180f412e2fa69355a7cda9f6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ad9f49..ddca87db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: shared-key: rust-glibc-release - name: Install cargo-nextest if: needs.changes.outputs.code == 'true' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: cargo-nextest - name: cargo fmt @@ -166,7 +166,7 @@ jobs: # Prebuilt binary (~2s) instead of `cargo install --locked` (~2-3 min). - name: Install cargo-audit if: steps.paths.outputs.run == 'true' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: cargo-audit - name: Run cargo audit @@ -203,7 +203,7 @@ jobs: - name: Install cargo-deny if: steps.paths.outputs.run == 'true' - uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 + uses: taiki-e/install-action@9bcaee1dcae34154180f412e2fa69355a7cda9f6 # v2.82.6 with: tool: cargo-deny - name: Run cargo deny check