Skip to content

Commit 323d1fa

Browse files
build(deps): bump taiki-e/install-action from 2.42.9 to 2.42.17 (#3442)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.42.9 to 2.42.17. - [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.9...v2.42.17) --- 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 9aa6211 commit 323d1fa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
toolchain: ${{ matrix.version.version }}
5050

5151
- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
52-
uses: taiki-e/[email protected].9
52+
uses: taiki-e/[email protected].17
5353
with:
5454
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean
5555

@@ -83,7 +83,7 @@ jobs:
8383
uses: actions-rust-lang/[email protected]
8484

8585
- name: Install just, cargo-hack
86-
uses: taiki-e/[email protected].9
86+
uses: taiki-e/[email protected].17
8787
with:
8888
tool: just,cargo-hack
8989

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
toolchain: ${{ matrix.version.version }}
6565

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

@@ -113,7 +113,7 @@ jobs:
113113
toolchain: nightly
114114

115115
- name: Install just
116-
uses: taiki-e/[email protected].9
116+
uses: taiki-e/[email protected].17
117117
with:
118118
tool: just
119119

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
components: llvm-tools
2525

2626
- name: Install just, cargo-llvm-cov, cargo-nextest
27-
uses: taiki-e/[email protected].9
27+
uses: taiki-e/[email protected].17
2828
with:
2929
tool: just,cargo-llvm-cov,cargo-nextest
3030

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
toolchain: nightly-2024-05-01
7777

7878
- name: Install just
79-
uses: taiki-e/[email protected].9
79+
uses: taiki-e/[email protected].17
8080
with:
8181
tool: just
8282

@@ -105,7 +105,7 @@ jobs:
105105
toolchain: nightly-2024-06-07
106106

107107
- name: Install cargo-public-api
108-
uses: taiki-e/[email protected].9
108+
uses: taiki-e/[email protected].17
109109
with:
110110
tool: cargo-public-api
111111

0 commit comments

Comments
 (0)