Skip to content

Commit be0ead5

Browse files
Bump taiki-e/install-action from 2.52.7 to 2.54.3
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.52.7 to 2.54.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.52.7...v2.54.3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.54.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a39ec1d commit be0ead5

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
@@ -46,7 +46,7 @@ jobs:
4646
toolchain: ${{ matrix.toolchain.version }}
4747

4848
- name: Install cargo-nextest
49-
uses: taiki-e/install-action@v2.52.7
49+
uses: taiki-e/install-action@v2.54.3
5050
with:
5151
tool: cargo-nextest
5252

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: nicknovitski/nix-develop@v1.2.1
3131

3232
- name: Install cargo-llvm-cov
33-
uses: taiki-e/install-action@v2.52.7
33+
uses: taiki-e/install-action@v2.54.3
3434
with:
3535
tool: cargo-llvm-cov
3636

.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.52.7
80+
uses: taiki-e/install-action@v2.54.3
8181
with:
8282
tool: cargo-deny
8383

0 commit comments

Comments
 (0)