Skip to content

Commit da80527

Browse files
chore(deps): bump taiki-e/install-action from 2.61.5 to 2.62.1
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.61.5 to 2.62.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.61.5...v2.62.1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d9099c2 commit da80527

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
@@ -51,7 +51,7 @@ jobs:
5151
toolchain: ${{ matrix.toolchain.version }}
5252

5353
- name: Install cargo-nextest
54-
uses: taiki-e/install-action@v2.61.5
54+
uses: taiki-e/install-action@v2.62.1
5555
with:
5656
tool: cargo-nextest
5757

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: nicknovitski/[email protected]
3636

3737
- name: Install cargo-llvm-cov
38-
uses: taiki-e/install-action@v2.61.5
38+
uses: taiki-e/install-action@v2.62.1
3939
with:
4040
tool: cargo-llvm-cov
4141

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions-rust-lang/setup-rust-toolchain@v1
7878

7979
- name: Install cargo-deny
80-
uses: taiki-e/install-action@v2.61.5
80+
uses: taiki-e/install-action@v2.62.1
8181
with:
8282
tool: cargo-deny
8383

0 commit comments

Comments
 (0)