From b70ce60427411549f9d540639b10a5d0f08725cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:29:59 +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.0. - [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...37f7c5781271959fb65b6b35224e28652ff2b63d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.0 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..691114de 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@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: cargo-tarpaulin