From 207dfa0ba06137f12ebf73bc755a33ff169edae0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 21:45:50 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.39.1 to 2.41.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.39.1 to 2.41.3. - [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/47943d5b8d7736809817cbcd80f31e7c7d6538ad...e6c7481b7078ae07f9bc243a2c974cbf2fee8334) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 3540081..109b143 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@47943d5b8d7736809817cbcd80f31e7c7d6538ad # v2.39.1 + uses: taiki-e/install-action@e6c7481b7078ae07f9bc243a2c974cbf2fee8334 # v2.41.3 with: tool: cargo-llvm-cov @@ -96,7 +96,7 @@ jobs: toolchain: nightly - name: Install udeps - uses: taiki-e/install-action@47943d5b8d7736809817cbcd80f31e7c7d6538ad # v2.39.1 + uses: taiki-e/install-action@e6c7481b7078ae07f9bc243a2c974cbf2fee8334 # v2.41.3 with: tool: cargo-udeps @@ -159,7 +159,7 @@ jobs: if: ${{matrix.use_zig}} - name: Install cargo-zigbuild - uses: taiki-e/install-action@47943d5b8d7736809817cbcd80f31e7c7d6538ad # v2.39.1 + uses: taiki-e/install-action@e6c7481b7078ae07f9bc243a2c974cbf2fee8334 # v2.41.3 with: tool: cargo-zigbuild if: ${{matrix.use_zig}}