Skip to content

Commit 4f25710

Browse files
build(deps): bump taiki-e/install-action from 2.49.47 to 2.50.4 (#189)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b13e8b7 commit 4f25710

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
toolchain: ${{ matrix.version.version }}
4646

4747
- name: Install just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
48-
uses: taiki-e/install-action@v2.49.47
48+
uses: taiki-e/install-action@v2.50.4
4949
with:
5050
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
5151

@@ -72,7 +72,7 @@ jobs:
7272
toolchain: nightly
7373

7474
- name: Install just
75-
uses: taiki-e/install-action@v2.49.47
75+
uses: taiki-e/install-action@v2.50.4
7676
with:
7777
tool: just
7878

@@ -89,7 +89,7 @@ jobs:
8989
uses: actions-rust-lang/setup-rust-toolchain@v1.12.0
9090

9191
- name: Install cargo-hack
92-
uses: taiki-e/install-action@v2.49.47
92+
uses: taiki-e/install-action@v2.50.4
9393
with:
9494
tool: cargo-hack
9595

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
components: llvm-tools
2525

2626
- name: Install just, cargo-llvm-cov
27-
uses: taiki-e/install-action@v2.49.47
27+
uses: taiki-e/install-action@v2.50.4
2828
with:
2929
tool: just,cargo-llvm-cov
3030

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}
7171

7272
- name: Install cargo-public-api
73-
uses: taiki-e/install-action@v2.49.47
73+
uses: taiki-e/install-action@v2.50.4
7474
with:
7575
tool: cargo-public-api
7676

0 commit comments

Comments
 (0)