From b5b4f7395faca4338aefbf7f852e43db0fe7f838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:28:32 +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.85.13. - [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...82cd3e7658a6f96c86c0234aeeda1748937cb0a1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.13 dependency-type: direct:production update-type: version-update:semver-patch ... 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..413e2fe0 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@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13 with: tool: cargo-tarpaulin