From a5ece9026ff608e89e69be643917ce0c7c3555fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 06:38:04 +0000 Subject: [PATCH] deps[ci]: bump taiki-e/install-action from 2.85.8 to 2.85.12 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.8 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/v2.85.8...v2.85.12) --- 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/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7cf0c394..0a730fd1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -541,7 +541,7 @@ jobs: with: version: 0.14.1 - name: Setup cargo-zigbuild - uses: taiki-e/install-action@v2.85.8 + uses: taiki-e/install-action@v2.85.12 if: ${{ contains(matrix.settings.target, 'musl') }} env: GITHUB_TOKEN: ${{ github.token }}