From a662327d022ee82adb212fe0288f9d4630e16d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:52:56 +0000 Subject: [PATCH] chore(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/stdiod-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stdiod-release.yml b/.github/workflows/stdiod-release.yml index 57485f8..d7d02d1 100644 --- a/.github/workflows/stdiod-release.yml +++ b/.github/workflows/stdiod-release.yml @@ -121,7 +121,7 @@ jobs: # which can't be cross-built to musl with the stock toolchain. Mirrors the # desktop app's scripts/build-stdiod-linux.sh. - uses: mlugg/setup-zig@v2 - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.5 with: tool: cargo-zigbuild