From c8ebaa376dfe5f674894d8fe5f262b0798f3f401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:12:48 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2 to 2.85.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.5. - [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/v2...v2.85.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/runtime-quality.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eba81f1f4..8671c9045 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,7 +140,7 @@ jobs: components: rustfmt, clippy - name: Install Rust test and advisory tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: # Prebuilt binaries instead of compiling from source on every cache miss. # cargo-public-api is snapshot-sensitive; keep this in sync with diff --git a/.github/workflows/runtime-quality.yml b/.github/workflows/runtime-quality.yml index 11bcbb340..ed5f798bc 100644 --- a/.github/workflows/runtime-quality.yml +++ b/.github/workflows/runtime-quality.yml @@ -43,7 +43,7 @@ jobs: run: rustup show - name: Install cargo-deny - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-deny