From 8183b75cebb47e8194b05a473c97d51c50bb49f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 08:26:01 +0000 Subject: [PATCH] chore: bump taiki-e/install-action from 2.81.11 to 2.82.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.11 to 2.82.3. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](https://github.com/taiki-e/install-action/compare/v2.81.11...v2.82.3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bench.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index de0c2da..b0de497 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -127,7 +127,7 @@ jobs: - name: Install cargo-codspeed if: matrix.kind == 'rust' - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # v2.81.11 + uses: taiki-e/install-action@ace6ebe54a6a0c86dfb5f7764b17f793b6925bc3 # v2.82.3 with: tool: cargo-codspeed@4.7.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5980416..a82bf2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: contents: read steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: taiki-e/install-action@9b29ffac42f36c4efe76140737435c61cfb92383 # cargo-audit + - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # cargo-audit - run: cargo audit deny: @@ -122,7 +122,7 @@ jobs: contents: read steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: taiki-e/install-action@b9da40722b5dc25d162879fdf6a098f2d71926cc # cargo-shear + - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # cargo-shear - run: cargo shear zizmor: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e2f4e25..8114933 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -28,7 +28,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@2d15d02e710b40b6332201aba6af30d595b5cd96 # cargo-llvm-cov + - uses: taiki-e/install-action@15449e3094499af05d8d964a1c884208e4b8b595 # cargo-llvm-cov - name: Setup Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0