From c68e812e0fce65275e0d52dd048d591667ded8ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:39:51 +0000 Subject: [PATCH] Bump taiki-e/install-action in the ci-dependencies group Bumps the ci-dependencies group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.42.34 to 2.42.37 - [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/f172798ba087526822a4f43dd08714d08a45aa37...f2b65a3e67b2ba5ed3b4a631b5e460896e975708) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b0201d2..d6d560a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -58,7 +58,7 @@ jobs: target: ${{ matrix.target }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@f172798ba087526822a4f43dd08714d08a45aa37 # v2.42.34 + uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37 with: tool: cargo-llvm-cov @@ -96,7 +96,7 @@ jobs: toolchain: nightly - name: Install udeps - uses: taiki-e/install-action@f172798ba087526822a4f43dd08714d08a45aa37 # v2.42.34 + uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37 with: tool: cargo-udeps @@ -159,7 +159,7 @@ jobs: if: ${{matrix.use_zig}} - name: Install cargo-zigbuild - uses: taiki-e/install-action@f172798ba087526822a4f43dd08714d08a45aa37 # v2.42.34 + uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2.42.37 with: tool: cargo-zigbuild if: ${{matrix.use_zig}}