From c08e9db49c886aa5ba3bcc464f6c7be96a496fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 10:54:53 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.85.3 to 2.85.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.3 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.3...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/rust-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-publish.yml b/.github/workflows/rust-publish.yml index 2cf2843..98c8d9e 100644 --- a/.github/workflows/rust-publish.yml +++ b/.github/workflows/rust-publish.yml @@ -108,7 +108,7 @@ jobs: ref: ${{ github.event.release.target_commitish }} - name: install toml-cli - uses: taiki-e/install-action@v2.85.3 + uses: taiki-e/install-action@v2.85.11 with: tool: toml-cli @@ -147,12 +147,12 @@ jobs: uses: mlugg/setup-zig@v2 - name: install build tooling - uses: taiki-e/install-action@v2.85.3 + uses: taiki-e/install-action@v2.85.11 with: tool: "cargo-zigbuild,cargo-about" - name: install binstallable ninja - uses: taiki-e/install-action@v2.85.3 + uses: taiki-e/install-action@v2.85.11 with: tool: ninja-xtask@0.2.2