Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.26.13 to 2.27.11 (#536)
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] committed Mar 1, 2024
1 parent 850f6c0 commit db925bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
toolchain: ${{ matrix.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.26.13
uses: taiki-e/install-action@v2.27.11
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack & cargo-minimal-versions
uses: taiki-e/install-action@v2.26.13
uses: taiki-e/install-action@v2.27.11
with:
tool: cargo-hack,cargo-minimal-versions

Expand All @@ -132,7 +132,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0

- name: Install cargo-nextest
uses: taiki-e/install-action@v2.26.13
uses: taiki-e/install-action@v2.27.11
with:
tool: cargo-nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.26.13
uses: taiki-e/install-action@v2.27.11
with:
tool: cargo-hack,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.26.13
uses: taiki-e/install-action@v2.27.11
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 @@ -55,7 +55,7 @@ jobs:
toolchain: nightly-2023-10-10

- name: Install just
uses: taiki-e/install-action@v2.26.13
uses: taiki-e/install-action@v2.27.11
with:
tool: just

Expand Down

0 comments on commit db925bf

Please sign in to comment.