Skip to content

Commit 467e2be

Browse files
build(deps): Bump taiki-e/install-action from 2.49.28 to 2.49.34
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.49.28 to 2.49.34. - [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.49.28...v2.49.34) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b189b4 commit 467e2be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
toolchain: "1.56"
2929

3030
- name: Install cargo-hack
31-
uses: taiki-e/[email protected].28
31+
uses: taiki-e/[email protected].34
3232
with:
3333
tool: cargo-hack
3434

.github/workflows/coverage.yml

+1-1
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].28
25+
uses: taiki-e/[email protected].34
2626
with:
2727
tool: cargo-llvm-cov
2828

.github/workflows/lint.yml

+2-2
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].28
31+
uses: taiki-e/[email protected].34
3232
with:
3333
tool: cargo-hack
3434

@@ -83,7 +83,7 @@ jobs:
8383
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
8484

8585
- name: Install cargo-public-api
86-
uses: taiki-e/[email protected].28
86+
uses: taiki-e/[email protected].34
8787
with:
8888
tool: cargo-public-api
8989

0 commit comments

Comments
 (0)