From f2d75dadcea8460a8566671e591d0a58b5eb0c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:15:57 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.81.10 to 2.82.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.10 to 2.82.2. - [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.81.10...v2.82.2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07b3b4d..cf01fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: toolchain: ${{ matrix.toolchain.version }} - name: Install cargo-nextest - uses: taiki-e/install-action@v2.81.10 + uses: taiki-e/install-action@v2.82.2 with: tool: cargo-nextest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7cc55f6..e01d9d0 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,7 +35,7 @@ jobs: uses: nicknovitski/nix-develop@v1.2.1 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.81.10 + uses: taiki-e/install-action@v2.82.2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a174d2c..ae2e91b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -77,7 +77,7 @@ jobs: uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install cargo-deny - uses: taiki-e/install-action@v2.81.10 + uses: taiki-e/install-action@v2.82.2 with: tool: cargo-deny