From e788a2d1dadcf9a1f697b5bd0d94ce45c1a06546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 02:45:37 +0000 Subject: [PATCH] Bump taiki-e/install-action in the all-actions group Bumps the all-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.85.7 to 2.85.11 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](https://github.com/taiki-e/install-action/compare/v2.85.7...v2.85.11) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/aes-riscv-arm.yml | 2 +- .github/workflows/hmac-drbg.yml | 2 +- .github/workflows/workspace-test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aes-riscv-arm.yml b/.github/workflows/aes-riscv-arm.yml index 6b127975b..c78b13d55 100644 --- a/.github/workflows/aes-riscv-arm.yml +++ b/.github/workflows/aes-riscv-arm.yml @@ -68,7 +68,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cross - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: cross@0.2.5 diff --git a/.github/workflows/hmac-drbg.yml b/.github/workflows/hmac-drbg.yml index bd0140966..38980a74b 100644 --- a/.github/workflows/hmac-drbg.yml +++ b/.github/workflows/hmac-drbg.yml @@ -40,7 +40,7 @@ jobs: persist-credentials: false - name: Install cargo-hack - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: cargo-hack diff --git a/.github/workflows/workspace-test.yml b/.github/workflows/workspace-test.yml index 22012b6e5..41ff96cea 100644 --- a/.github/workflows/workspace-test.yml +++ b/.github/workflows/workspace-test.yml @@ -24,7 +24,7 @@ jobs: shell: bash steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # 2.85.7 + - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # 2.85.11 with: tool: nextest