Skip to content

Commit d113367

Browse files
authored
Merge pull request #177 from x52dev/dependabot/github_actions/taiki-e/install-action-2.55.1
2 parents a1e2aab + 9c54151 commit d113367

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.54.3
25+
uses: taiki-e/install-action@v2.55.1
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.54.3
31+
uses: taiki-e/install-action@v2.55.1
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.54.3
83+
- uses: taiki-e/install-action@v2.55.1
8484
with:
8585
tool: cargo-public-api
8686

0 commit comments

Comments
 (0)