Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from tweedegolf/dependabot/github_actions/ci-d…
Browse files Browse the repository at this point in the history
…ependencies-e5d973dcbc

Bump taiki-e/install-action from 2.42.34 to 2.42.37 in the ci-dependencies group
  • Loading branch information
pohlm01 authored Sep 3, 2024
2 parents ab8a8f7 + c68e812 commit 8c631fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -107,7 +107,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

Expand Down Expand Up @@ -172,7 +172,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}}
Expand Down

0 comments on commit 8c631fd

Please sign in to comment.