Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1

- name: Install cargo-hack
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
with:
tool: cargo-hack

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
with:
tool: cargo-llvm-cov

- name: Install nextest
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
with:
tool: nextest

- name: Install just
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
with:
tool: just

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutants-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1

- name: Install cargo-mutants
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
with:
tool: cargo-mutants

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1

- name: Install cargo-mutants
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
with:
tool: cargo-mutants

Expand Down
Loading