From 423b0a8ebb203c3d6590802dcc8951408b32de62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:27:14 +0000 Subject: [PATCH] ci(deps): bump taiki-e/install-action in /.github/actions/rust-test Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.10 to 2.87.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/6c6fd71fe4fb72c3697d269963d0e15df8adedad...5bf6ce016fd2e72eefc647cbca1e4213f65955b8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/rust-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/rust-test/action.yml b/.github/actions/rust-test/action.yml index 35f67657..d29b2479 100644 --- a/.github/actions/rust-test/action.yml +++ b/.github/actions/rust-test/action.yml @@ -138,7 +138,7 @@ runs: # timeout budget on the heaviest coverage target (lib-q-zkp). - name: Install cargo-tarpaulin (if coverage enabled) if: inputs.run-coverage == 'true' && steps.coverage-skip.outputs.skip != 'true' - uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2.87.5 with: tool: cargo-tarpaulin