Skip to content

Commit 8752184

Browse files
build(deps): bump taiki-e/install-action from 2.28.1 to 2.33.12 (#553)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.28.1 to 2.33.12. - [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.28.1...v2.33.12) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b826bf8 commit 8752184

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.28.1
60+
uses: taiki-e/install-action@v2.33.12
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.28.1
118+
uses: taiki-e/install-action@v2.33.12
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.28.1
135+
uses: taiki-e/install-action@v2.33.12
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 just, cargo-hack, cargo-ci-cache-clean
62-
uses: taiki-e/install-action@v2.28.1
62+
uses: taiki-e/install-action@v2.33.12
6363
with:
6464
tool: just,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.28.1
26+
uses: taiki-e/install-action@v2.33.12
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.28.1
58+
uses: taiki-e/install-action@v2.33.12
5959
with:
6060
tool: just
6161

0 commit comments

Comments
 (0)