Skip to content

Commit 779fa28

Browse files
build(deps): bump taiki-e/install-action from 2.42.4 to 2.42.10 (#587)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.4 to 2.42.10. - [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.42.4...v2.42.10) --- 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 e282811 commit 779fa28

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
@@ -64,7 +64,7 @@ jobs:
6464
toolchain: ${{ matrix.version }}
6565

6666
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
67-
uses: taiki-e/[email protected].4
67+
uses: taiki-e/[email protected].10
6868
with:
6969
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
7070

@@ -121,7 +121,7 @@ jobs:
121121
toolchain: nightly
122122

123123
- name: Install cargo-hack & cargo-minimal-versions
124-
uses: taiki-e/[email protected].4
124+
uses: taiki-e/[email protected].10
125125
with:
126126
tool: cargo-hack,cargo-minimal-versions
127127

@@ -138,7 +138,7 @@ jobs:
138138
uses: actions-rust-lang/[email protected]
139139

140140
- name: Install cargo-nextest
141-
uses: taiki-e/[email protected].4
141+
uses: taiki-e/[email protected].10
142142
with:
143143
tool: cargo-nextest
144144

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
toolchain: ${{ matrix.version.version }}
7474

7575
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
76-
uses: taiki-e/[email protected].4
76+
uses: taiki-e/[email protected].10
7777
with:
7878
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
7979

@@ -125,7 +125,7 @@ jobs:
125125
toolchain: nightly
126126

127127
- name: Install just
128-
uses: taiki-e/[email protected].4
128+
uses: taiki-e/[email protected].10
129129
with:
130130
tool: just
131131

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

0 commit comments

Comments
 (0)