From 08acb4b35fff20499d486f963fa1d6093c87325c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 09:53:13 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action Bumps the pinned-actions-minor-patch group with 1 update in the / directory: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.87.5 to 2.87.14 - [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/5bf6ce016fd2e72eefc647cbca1e4213f65955b8...76c2e6406e52637deed7160d77bded76bd83e06e) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pinned-actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e237b30..9cd229a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: fi echo "distribution=$distribution" >> "$GITHUB_OUTPUT" - name: Install pinned prebuilt cargo-audit - uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2.87.5 + uses: taiki-e/install-action@76c2e6406e52637deed7160d77bded76bd83e06e # v2.87.14 with: tool: cargo-audit@${{ env.CARGO_AUDIT_VERSION }} fallback: none @@ -276,7 +276,7 @@ jobs: toolchain: ${{ env.RUST_TOOLCHAIN }} components: rustfmt, clippy, llvm-tools-preview - name: Install pinned prebuilt cargo-llvm-cov - uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2.87.5 + uses: taiki-e/install-action@76c2e6406e52637deed7160d77bded76bd83e06e # v2.87.14 with: tool: cargo-llvm-cov@${{ env.CARGO_LLVM_COV_VERSION }} fallback: none @@ -292,7 +292,7 @@ jobs: sudo systemctl start "user@$(id -u).service" - run: chmod 755 target/release/hardgate - name: Install pinned cargo-mutants specialist - uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2.87.5 + uses: taiki-e/install-action@76c2e6406e52637deed7160d77bded76bd83e06e # v2.87.14 with: tool: cargo-mutants@${{ env.CARGO_MUTANTS_VERSION }} fallback: none