Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.24.1 to 2.26.8 (#3271)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 8e458b3 commit 7a76ba7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack
uses: taiki-e/install-action@v2.25.9
uses: taiki-e/install-action@v2.26.8
with:
tool: cargo-hack

Expand All @@ -70,7 +70,7 @@ jobs:
cargo test --lib --tests -p=actix-web-actors --all-features
- name: Install cargo-ci-cache-clean
uses: taiki-e/install-action@v2.25.9
uses: taiki-e/install-action@v2.26.8
with:
tool: cargo-ci-cache-clean

Expand All @@ -88,7 +88,7 @@ jobs:
uses: actions-rust-lang/[email protected]

- name: Install cargo-hack
uses: taiki-e/install-action@v2.25.9
uses: taiki-e/install-action@v2.26.8
with:
tool: cargo-hack

Expand All @@ -109,7 +109,7 @@ jobs:
uses: actions-rust-lang/[email protected]

- name: Install nextest
uses: taiki-e/install-action@v2.25.9
uses: taiki-e/install-action@v2.26.8
with:
tool: nextest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack
uses: taiki-e/install-action@v2.25.9
uses: taiki-e/install-action@v2.26.8
with:
tool: cargo-hack

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
cargo test --lib --tests -p=actix-web-actors --all-features
- name: Install cargo-ci-cache-clean
uses: taiki-e/install-action@v2.25.9
uses: taiki-e/install-action@v2.26.8
with:
tool: cargo-ci-cache-clean

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.25.9
uses: taiki-e/install-action@v2.26.8
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
toolchain: nightly-2023-08-25

- name: Install cargo-public-api
uses: taiki-e/install-action@v2.24.1
uses: taiki-e/install-action@v2.26.8
with:
tool: cargo-public-api

Expand Down

0 comments on commit 7a76ba7

Please sign in to comment.