Skip to content

Commit c4d35c4

Browse files
chore(deps): bump taiki-e/install-action from 2.58.29 to 2.62.43 (#191)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9de2e5 commit c4d35c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
components: llvm-tools-preview
2323

2424
- name: Install cargo-llvm-cov
25-
uses: taiki-e/install-action@v2.58.29
25+
uses: taiki-e/install-action@v2.62.43
2626
with:
2727
tool: cargo-llvm-cov
2828

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
components: clippy
2929

3030
- name: Install cargo-hack
31-
uses: taiki-e/install-action@v2.58.29
31+
uses: taiki-e/install-action@v2.62.43
3232
with:
3333
tool: cargo-hack
3434

@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
8282

83-
- uses: taiki-e/install-action@v2.58.29
83+
- uses: taiki-e/install-action@v2.62.43
8484
with:
8585
tool: cargo-public-api
8686

0 commit comments

Comments
 (0)