Skip to content

Commit 8cf79d3

Browse files
build(deps): bump taiki-e/install-action from 2.33.17 to 2.33.22 (#561)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.33.17 to 2.33.22. - [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.33.17...v2.33.22) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7345107 commit 8cf79d3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
toolchain: ${{ matrix.version }}
6161

6262
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
63-
uses: taiki-e/[email protected].17
63+
uses: taiki-e/[email protected].22
6464
with:
6565
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
6666

@@ -116,7 +116,7 @@ jobs:
116116
toolchain: nightly
117117

118118
- name: Install cargo-hack & cargo-minimal-versions
119-
uses: taiki-e/[email protected].17
119+
uses: taiki-e/[email protected].22
120120
with:
121121
tool: cargo-hack,cargo-minimal-versions
122122

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

135135
- name: Install cargo-nextest
136-
uses: taiki-e/[email protected].17
136+
uses: taiki-e/[email protected].22
137137
with:
138138
tool: cargo-nextest
139139

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
toolchain: ${{ matrix.version.version }}
7070

7171
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
72-
uses: taiki-e/[email protected].17
72+
uses: taiki-e/[email protected].22
7373
with:
7474
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
7575

@@ -123,7 +123,7 @@ jobs:
123123
toolchain: nightly
124124

125125
- name: Install just
126-
uses: taiki-e/[email protected].17
126+
uses: taiki-e/[email protected].22
127127
with:
128128
tool: just
129129

.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/[email protected].17
26+
uses: taiki-e/[email protected].22
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/[email protected].17
58+
uses: taiki-e/[email protected].22
5959
with:
6060
tool: just
6161

0 commit comments

Comments
 (0)