Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@0e09747a63ae497bf945b3dcaf38fef0050d0109 # v2.62.0
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d # v2.62.60
with:
tool: cargo-llvm-cov

Expand All @@ -77,7 +77,7 @@ jobs:
toolchain: stable

- name: Install cargo-machete
uses: taiki-e/install-action@0e09747a63ae497bf945b3dcaf38fef0050d0109
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
with:
tool: cargo-machete

Expand Down
Loading