From b57f8486e81614c1282bb6faeea11183af0606a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:11:32 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.82.0 to 2.82.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.0 to 2.82.7. - [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/b8cecb83565409bcc297b2df6e77f030b2a468d5...16b05812d776ae1dfaabc8277e421fb6d2506419) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/e2e.yml | 4 ++-- .github/workflows/external-memory-pattern-radar.yml | 2 +- .github/workflows/integration.yml | 4 ++-- .github/workflows/language.yml | 6 +++--- .github/workflows/nightly-harness-signals.yml | 2 +- .github/workflows/quality.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 24a3663e..09987afa 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -79,12 +79,12 @@ jobs: sudo apt-get install -y --no-install-recommends postgresql-client jq - name: Install taplo - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: taplo - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-make diff --git a/.github/workflows/external-memory-pattern-radar.yml b/.github/workflows/external-memory-pattern-radar.yml index 799ed04e..28498b05 100644 --- a/.github/workflows/external-memory-pattern-radar.yml +++ b/.github/workflows/external-memory-pattern-radar.yml @@ -28,7 +28,7 @@ jobs: rustflags: "" - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-make diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f5bb07a6..63d460c5 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -72,12 +72,12 @@ jobs: rustflags: '' - name: Install nextest - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: nextest - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-make diff --git a/.github/workflows/language.yml b/.github/workflows/language.yml index 1e1e1567..24046d9a 100644 --- a/.github/workflows/language.yml +++ b/.github/workflows/language.yml @@ -48,7 +48,7 @@ jobs: run: rustup toolchain install nightly --component rustfmt - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-make @@ -68,12 +68,12 @@ jobs: echo "$HOME/.cargo/bin" >> "$GITHUB_PATH" - name: Install nextest - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: nextest - name: Install taplo - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: taplo diff --git a/.github/workflows/nightly-harness-signals.yml b/.github/workflows/nightly-harness-signals.yml index 77318f68..ddbd9d4b 100644 --- a/.github/workflows/nightly-harness-signals.yml +++ b/.github/workflows/nightly-harness-signals.yml @@ -62,7 +62,7 @@ jobs: sudo apt-get install -y --no-install-recommends postgresql-client jq - name: Install taplo - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: taplo diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9f689532..4f0dd5a1 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -60,7 +60,7 @@ jobs: rustflags: '' - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 with: tool: cargo-make