From b5db9509af60e020926a6eeb88c276decddb69f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 14:38:44 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.52.7 to 2.52.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.52.7 to 2.52.8. - [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.52.7...v2.52.8) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.52.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ec7055f..6a0c976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: toolchain: ${{ matrix.toolchain.version }} - name: Install cargo-nextest - uses: taiki-e/install-action@v2.52.7 + uses: taiki-e/install-action@v2.52.8 with: tool: cargo-nextest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b7cee9b..bce2c09 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,7 +30,7 @@ jobs: uses: nicknovitski/nix-develop@v1.2.1 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2.52.7 + uses: taiki-e/install-action@v2.52.8 with: tool: cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0cf8d84..2b5fe05 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.52.7 + uses: taiki-e/install-action@v2.52.8 with: tool: cargo-deny