From 9a4e44acd8609104fe1530c3e1ebc69fce288a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:23:31 +0000 Subject: [PATCH] chore(deps)(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 | 10 +++++----- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eebb3d4..ed4a421 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install SARIF tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: clippy-sarif,sarif-fmt @@ -183,7 +183,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Install security tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-deny @@ -197,7 +197,7 @@ jobs: run: cargo deny check - name: Install cargo-semver-checks - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-semver-checks @@ -264,7 +264,7 @@ jobs: - name: Install nextest - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: nextest @@ -307,7 +307,7 @@ jobs: - name: Install coverage tools - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-llvm-cov,nextest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff982ce..fdcd289 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: shared-key: "release-verify" - name: Install nextest - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: nextest