Skip to content

Commit

Permalink
chore(deps): update taiki-e/install-action digest to 638d0bf
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 65deed9 commit 59ece76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install nextest
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2
uses: taiki-e/install-action@638d0bf357cd5e20410163cdf70545caa82bfa5f # v2
with:
tool: nextest
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@f2b65a3e67b2ba5ed3b4a631b5e460896e975708 # v2
uses: taiki-e/install-action@638d0bf357cd5e20410163cdf70545caa82bfa5f # v2
with:
tool: cargo-llvm-cov
- name: Run tests with coverage
Expand Down

0 comments on commit 59ece76

Please sign in to comment.