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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
with:
tool: cargo-llvm-cov

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

- name: Install just
uses: taiki-e/install-action@81ee1d48d9194cdcab880cbdc7d36e87d39874cb
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
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@81ee1d48d9194cdcab880cbdc7d36e87d39874cb
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
with:
tool: cargo-mutants

Expand Down
Loading