Skip to content

Commit 9c54151

Browse files
chore(deps): bump taiki-e/install-action from 2.54.3 to 2.55.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.54.3 to 2.55.1. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@v2.54.3...v2.55.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.55.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1e2aab commit 9c54151

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)