From 420967e274463051ccdd0f7877c0d64aa87f1e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:07:23 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.82.0 to 2.83.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.0 to 2.83.0. - [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...c7eb1735f09259a5035e8e5d44b1406b1cddc0fb) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.83.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..2da00bcd 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: taplo - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: cargo-make diff --git a/.github/workflows/external-memory-pattern-radar.yml b/.github/workflows/external-memory-pattern-radar.yml index 799ed04e..0a3475bc 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: cargo-make diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index f5bb07a6..4ebc474d 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: nextest - name: Install cargo-make - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: cargo-make diff --git a/.github/workflows/language.yml b/.github/workflows/language.yml index f86a2368..1abd23d6 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: nextest - name: Install taplo - uses: taiki-e/install-action@b8cecb83565409bcc297b2df6e77f030b2a468d5 + uses: taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: taplo diff --git a/.github/workflows/nightly-harness-signals.yml b/.github/workflows/nightly-harness-signals.yml index 77318f68..73d20f6a 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: taplo diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 9f689532..c66dda1a 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@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb with: tool: cargo-make