From f195e7822d3ca84d5b29b8c89fd3167db2ce8133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:00:49 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.44.44 to 2.44.53 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.44 to 2.44.53. - [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.44.44...v2.44.53) --- 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 7abb624..985d981 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.44.44 + uses: taiki-e/install-action@v2.44.53 with: tool: just,cargo-llvm-cov diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 693b892..768c4f6 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.44.44 + uses: taiki-e/install-action@v2.44.53 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.44.44 + uses: taiki-e/install-action@v2.44.53 with: tool: cargo-public-api