From 3e474663ead2fc1d8c6ce43934034f5f1e020010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 01:04:28 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2 to 2.85.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.6. - [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/v2...v2.85.6) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/S1-Test-CI.yml | 2 +- .github/workflows/S2-Release-GitHub.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/S1-Test-CI.yml b/.github/workflows/S1-Test-CI.yml index 097c016..9f5523a 100644 --- a/.github/workflows/S1-Test-CI.yml +++ b/.github/workflows/S1-Test-CI.yml @@ -161,7 +161,7 @@ jobs: prefix-key: v1-rust-no-bin - name: Install cargo-tarpaulin - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.6 with: tool: cargo-tarpaulin diff --git a/.github/workflows/S2-Release-GitHub.yml b/.github/workflows/S2-Release-GitHub.yml index aa54467..e90b3c3 100644 --- a/.github/workflows/S2-Release-GitHub.yml +++ b/.github/workflows/S2-Release-GitHub.yml @@ -65,7 +65,7 @@ jobs: prefix-key: v1-rust-no-bin - name: Install cargo-tarpaulin - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.6 with: tool: cargo-tarpaulin