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 #6 from tweedegolf/dependabot/github_actions/taiki…
Browse files Browse the repository at this point in the history
…-e/install-action-2.34.2

Bump taiki-e/install-action from 2.33.34 to 2.34.2
  • Loading branch information
tdittr authored Jun 4, 2024
2 parents b5cacdf + 0b430d4 commit 0542831
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 @@ -55,7 +55,7 @@ jobs:
target: ${{ matrix.target }}

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@60784cb1f434ce8a3cc04670ea753e1c8868e17e # v2.33.34
uses: taiki-e/install-action@9b00020f6f75a34aa11872329c46b410780fda7e # v2.34.2
with:
tool: cargo-llvm-cov

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
toolchain: nightly

- name: Install udeps
uses: taiki-e/install-action@60784cb1f434ce8a3cc04670ea753e1c8868e17e # v2.33.34
uses: taiki-e/install-action@9b00020f6f75a34aa11872329c46b410780fda7e # v2.34.2
with:
tool: cargo-udeps

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
if: ${{matrix.use_zig}}

- name: Install cargo-zigbuild
uses: taiki-e/install-action@60784cb1f434ce8a3cc04670ea753e1c8868e17e # v2.33.34
uses: taiki-e/install-action@9b00020f6f75a34aa11872329c46b410780fda7e # v2.34.2
with:
tool: cargo-zigbuild
if: ${{matrix.use_zig}}
Expand Down

0 comments on commit 0542831

Please sign in to comment.