Skip to content

Commit db925bf

Browse files
build(deps): bump taiki-e/install-action from 2.26.13 to 2.27.11 (#536)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 850f6c0 commit db925bf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci-post-merge.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
toolchain: ${{ matrix.version }}
5858

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

@@ -115,7 +115,7 @@ jobs:
115115
toolchain: nightly
116116

117117
- name: Install cargo-hack & cargo-minimal-versions
118-
uses: taiki-e/install-action@v2.26.13
118+
uses: taiki-e/install-action@v2.27.11
119119
with:
120120
tool: cargo-hack,cargo-minimal-versions
121121

@@ -132,7 +132,7 @@ jobs:
132132
uses: actions-rust-lang/[email protected]
133133

134134
- name: Install cargo-nextest
135-
uses: taiki-e/install-action@v2.26.13
135+
uses: taiki-e/install-action@v2.27.11
136136
with:
137137
tool: cargo-nextest
138138

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
toolchain: ${{ matrix.version.version }}
6060

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

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
components: llvm-tools-preview
2424

2525
- name: Install cargo-llvm-cov
26-
uses: taiki-e/install-action@v2.26.13
26+
uses: taiki-e/install-action@v2.27.11
2727
with:
2828
tool: cargo-llvm-cov
2929

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
toolchain: nightly-2023-10-10
5656

5757
- name: Install just
58-
uses: taiki-e/install-action@v2.26.13
58+
uses: taiki-e/install-action@v2.27.11
5959
with:
6060
tool: just
6161

0 commit comments

Comments
 (0)