From 8edfe7ac579860f75e6eb77c4e7c4f9c6b834ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 03:41:29 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action in the actions group Bumps the actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.87.0 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/37f7c5781271959fb65b6b35224e28652ff2b63d...5bf6ce016fd2e72eefc647cbca1e4213f65955b8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/hybrid-gate-adapter.yml | 2 +- .github/workflows/security.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hybrid-gate-adapter.yml b/.github/workflows/hybrid-gate-adapter.yml index 689757d..c79e737 100644 --- a/.github/workflows/hybrid-gate-adapter.yml +++ b/.github/workflows/hybrid-gate-adapter.yml @@ -140,7 +140,7 @@ jobs: cache-all-crates: true - name: Install pinned cargo-nextest - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2 with: tool: nextest@0.9.140 diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3d5d374..2ac4c74 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -52,7 +52,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.sha }} persist-credentials: false - name: Install pinned cargo-audit - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2 with: tool: cargo-audit@0.22.2 - name: cargo audit