Skip to content

Commit 1525e1e

Browse files
chore(deps): bump taiki-e/install-action from 2.55.1 to 2.55.3 (#178)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.55.1 to 2.55.3. - [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.55.1...v2.55.3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.55.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f8fc51 commit 1525e1e

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/[email protected].1
25+
uses: taiki-e/[email protected].3
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/[email protected].1
31+
uses: taiki-e/[email protected].3
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/[email protected].1
83+
- uses: taiki-e/[email protected].3
8484
with:
8585
tool: cargo-public-api
8686

0 commit comments

Comments
 (0)