From 2a28b7931e2bbdd5f29838166168e4de23bddc9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:30:56 +0000 Subject: [PATCH] chore(deps): Bump taiki-e/install-action from 2.59.1 to 2.85.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.59.1 to 2.85.7. - [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/57511bcdf8cdb0eab6448cb7fa632952d9f25742...67729d5c413db75907f0ad1e39bb04b9c868ff60) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 106eda9..fd71359 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,7 +138,7 @@ jobs: # v2.59.1, pinned to immutable reviewed code; checksums stay enabled explicitly. # Check for updates: https://github.com/taiki-e/install-action/releases - - uses: taiki-e/install-action@57511bcdf8cdb0eab6448cb7fa632952d9f25742 # v2.59.1 + - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 with: tool: cargo-llvm-cov@0.8.7 checksum: true @@ -194,7 +194,7 @@ jobs: # v2.59.1, pinned to immutable reviewed code; checksums stay enabled explicitly. # Check for updates: https://github.com/taiki-e/install-action/releases - - uses: taiki-e/install-action@57511bcdf8cdb0eab6448cb7fa632952d9f25742 # v2.59.1 + - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 with: tool: cargo-deny@0.19.9 checksum: true