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/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.86.1
uses: taiki-e/install-action@v2.86.5
with:
tool: cargo-llvm-cov

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ jobs:
uses: sigstore/cosign-installer@v3

- name: Install cargo-component
uses: taiki-e/install-action@v2.86.1
uses: taiki-e/install-action@v2.86.5
with:
tool: cargo-component

Expand All @@ -473,7 +473,7 @@ jobs:
# run-position-hold < 0.6) before it ships, not just built. (Per review:
# install, don't skip — the skip in build-components.sh is only a fallback.)
- name: Install wasmtime
uses: taiki-e/install-action@v2.86.1
uses: taiki-e/install-action@v2.86.5
with:
tool: wasmtime

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verification-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# before reaching the script).
- name: Install cargo-llvm-cov
if: steps.scope.outputs.run_full == 'true'
uses: taiki-e/install-action@v2.86.1
uses: taiki-e/install-action@v2.86.5
with:
tool: cargo-llvm-cov

Expand Down
Loading