From cdaeba4e1784c3e591afce0d83e70c062d6978da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:04:55 +0000 Subject: [PATCH] ci: bump taiki-e/install-action from 2.85.7 to 2.85.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.7 to 2.85.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/v2.85.7...v2.85.11) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c0ae43e..c711ac1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - name: Resolve pinned shell tools id: shell-tools run: python3 scripts/aux_tools.py ci-spec shell-lint --github-output "$GITHUB_OUTPUT" - - uses: taiki-e/install-action@v2.85.7 + - uses: taiki-e/install-action@v2.85.11 with: tool: ${{ steps.shell-tools.outputs.tools }} - name: gate · change-routing-selftest @@ -314,7 +314,7 @@ jobs: id: coverage-tools run: python3 scripts/aux_tools.py ci-spec coverage --github-output "$GITHUB_OUTPUT" # Prebuilt, exact-version binary — no compile cost or moving setup state. - - uses: taiki-e/install-action@v2.85.7 + - uses: taiki-e/install-action@v2.85.11 with: tool: ${{ steps.coverage-tools.outputs.tools }} - name: Diagnose pinned coverage tools @@ -351,7 +351,7 @@ jobs: id: supply-chain-tools run: python3 scripts/aux_tools.py ci-spec supply-chain --github-output "$GITHUB_OUTPUT" # Prebuilt, exact-version binaries — no compile cost or moving setup state. - - uses: taiki-e/install-action@v2.85.7 + - uses: taiki-e/install-action@v2.85.11 with: tool: ${{ steps.supply-chain-tools.outputs.tools }} - name: Diagnose pinned supply-chain tools