Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit 4a08d81

Browse files
build(deps): Bump taiki-e/install-action from 2.21.26 to 2.25.2
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.21.26 to 2.25.2. - [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.21.26...v2.25.2) --- 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]>
1 parent 7d41c0a commit 4a08d81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.21.26
31+
uses: taiki-e/install-action@v2.25.2
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.21.26
25+
uses: taiki-e/install-action@v2.25.2
2626
with:
2727
tool: cargo-llvm-cov
2828

.github/workflows/lint.yml

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

0 commit comments

Comments
 (0)