From 3f433c1ea9029180bdd0c395d0c477981a139c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 00:07:12 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.82.0 to 2.82.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.0 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/b8cecb83565409bcc297b2df6e77f030b2a468d5...5ebac0d9522d786674368e47e92963ba13f2c376) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.11 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..2a6b2300 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: taplo - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: cargo-make diff --git a/.github/workflows/external-memory-pattern-radar.yml b/.github/workflows/external-memory-pattern-radar.yml index 799ed04e..452e6c7a 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: cargo-make diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f5bb07a6..63f56db2 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: nextest - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: cargo-make diff --git a/.github/workflows/language.yml b/.github/workflows/language.yml index f86a2368..2c20f4ba 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@5ebac0d9522d786674368e47e92963ba13f2c376 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: nextest - name: Install taplo - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: taplo diff --git a/.github/workflows/nightly-harness-signals.yml b/.github/workflows/nightly-harness-signals.yml index 77318f68..7a49264d 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: taplo diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9f689532..e1e067d6 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@5ebac0d9522d786674368e47e92963ba13f2c376 with: tool: cargo-make