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@b9c5db3aef04caffaf95a1d03931de10fb2a140f # v2.65.1
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@b9c5db3aef04caffaf95a1d03931de10fb2a140f
with:
tool: cargo-machete

Expand Down
Loading