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 @@ -28,7 +28,7 @@ jobs:
toolchain: '1.56'

- name: Install cargo-hack
uses: taiki-e/install-action@v2.51.2
uses: taiki-e/install-action@v2.52.1
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 @@ -22,7 +22,7 @@ jobs:
components: llvm-tools-preview

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
components: clippy

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

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
with:
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}

- uses: taiki-e/install-action@v2.51.2
- uses: taiki-e/install-action@v2.52.1
with:
tool: cargo-public-api

Expand Down
Loading