From 951e71c1446313c60aa2c84cf8d56d87c962256e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:03:33 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2 to 2.85.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.6. - [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.6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.6 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4a0de73..3b1300c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: with: toolchain: ${{ matrix.toolchain }} - name: Install cargo-hack - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.6 with: tool: cargo-hack - name: Check powerset @@ -178,7 +178,7 @@ jobs: toolchain: ${{ matrix.toolchain }} - name: Install cargo-semver-checks - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.6 with: tool: cargo-semver-checks @@ -200,7 +200,7 @@ jobs: toolchain: ${{ matrix.toolchain }} - name: Install cargo-public-api - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.6 with: tool: cargo-public-api