Skip to content

Commit 84c38ca

Browse files
chore(deps): bump taiki-e/install-action from 2.47.25 to 2.48.1 (#139)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.47.25 to 2.48.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.47.25...v2.48.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9795bc8 commit 84c38ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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/install-action@v2.47.25
31+
uses: taiki-e/install-action@v2.48.1
3232
with:
3333
tool: cargo-hack
3434

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

0 commit comments

Comments
 (0)