From 2e4f871ba3a76f78e8703a176ea737be37e984d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:25:56 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.46.9 to 2.46.20 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.46.9 to 2.46.20. - [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.46.9...v2.46.20) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 62cf94a..ca72fdd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,7 +23,7 @@ jobs: components: llvm-tools-preview - name: Install just & cargo-llvm-cov - uses: taiki-e/install-action@v2.46.9 + uses: taiki-e/install-action@v2.46.20 with: tool: just,cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f63bb19..6eca8e7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: components: clippy - name: Install just, cargo-hack - uses: taiki-e/install-action@v2.46.9 + uses: taiki-e/install-action@v2.46.20 with: tool: just,cargo-hack @@ -82,7 +82,7 @@ jobs: toolchain: nightly-2024-09-10 - name: Install cargo-public-api - uses: taiki-e/install-action@v2.46.9 + uses: taiki-e/install-action@v2.46.20 with: tool: cargo-public-api