From f50cdf96427d11393ddd6cc01e1551b211de5b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:43:26 +0000 Subject: [PATCH] chore(ci): bump taiki-e/install-action from 2.85.10 to 2.85.12 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.10 to 2.85.12. - [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/6c6fd71fe4fb72c3697d269963d0e15df8adedad...b20dedce73af6905cdc30d6611090c9b67557c8d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 121db76d..6f8dd072 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -316,7 +316,7 @@ jobs: # silent cargo-binstall/source-build substitution. - name: Install cargo-zigbuild (pinned) if: matrix.settings.use-zig - uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10 + uses: taiki-e/install-action@b20dedce73af6905cdc30d6611090c9b67557c8d # v2.85.12 env: GITHUB_TOKEN: ${{ github.token }} with: