Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
uses: taiki-e/install-action@v2.58.30
uses: taiki-e/install-action@v2.62.15
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean

Expand All @@ -72,7 +72,7 @@ jobs:
toolchain: nightly

- name: Install just
uses: taiki-e/install-action@v2.58.30
uses: taiki-e/install-action@v2.62.15
with:
tool: just

Expand All @@ -89,7 +89,7 @@ jobs:
uses: actions-rust-lang/[email protected]

- name: Install cargo-hack
uses: taiki-e/install-action@v2.58.30
uses: taiki-e/install-action@v2.62.15
with:
tool: cargo-hack

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
components: llvm-tools

- name: Install just, cargo-llvm-cov
uses: taiki-e/install-action@v2.58.30
uses: taiki-e/install-action@v2.62.15
with:
tool: just,cargo-llvm-cov

Expand Down
Loading