From 3b34515a451288b29bcdb9ec1ca4fd457dc4d7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:36:39 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.77.1 to 2.85.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.1 to 2.85.1. - [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/cca35edeb1d01366c2843b68fc3ca441446d73d3...3d7d7cd5ac7f994c1892ae0c06165095b9139094) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb081a4..9fd8d76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: - name: Install toolchain run: rustup toolchain install stable - name: Install cargo-edit tool - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2 + uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 # v2 with: tool: cargo-edit - name: Update version string @@ -138,7 +138,7 @@ jobs: - name: Install toolchain run: rustup toolchain install stable - name: Install cargo-sbom - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2 + uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 # v2 with: tool: cargo-sbom - name: Generate SBOM