Skip to content

Commit 9da505e

Browse files
build(deps): bump taiki-e/install-action from 2.58.30 to 2.62.15 (#603)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.30 to 2.62.15. - [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.58.30...v2.62.15) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.15 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 ddbae54 commit 9da505e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
toolchain: nightly
3737

3838
- name: Install cargo-hack, cargo-ci-cache-clean
39-
uses: taiki-e/install-action@v2.58.30
39+
uses: taiki-e/install-action@v2.62.15
4040
with:
4141
tool: cargo-hack,cargo-ci-cache-clean
4242

@@ -86,7 +86,7 @@ jobs:
8686
toolchain: nightly
8787

8888
- name: Install cargo-hack and cargo-ci-cache-clean
89-
uses: taiki-e/install-action@v2.58.30
89+
uses: taiki-e/install-action@v2.62.15
9090
with:
9191
tool: cargo-hack,cargo-ci-cache-clean
9292

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
toolchain: ${{ matrix.version.version }}
5050

5151
- name: Install cargo-hack and cargo-ci-cache-clean, just
52-
uses: taiki-e/install-action@v2.58.30
52+
uses: taiki-e/install-action@v2.62.15
5353
with:
5454
tool: cargo-hack,cargo-ci-cache-clean,just
5555

@@ -106,7 +106,7 @@ jobs:
106106
toolchain: ${{ matrix.version.version }}
107107

108108
- name: Install cargo-hack, cargo-ci-cache-clean, just
109-
uses: taiki-e/install-action@v2.58.30
109+
uses: taiki-e/install-action@v2.62.15
110110
with:
111111
tool: cargo-hack,cargo-ci-cache-clean,just
112112

@@ -142,7 +142,7 @@ jobs:
142142
toolchain: nightly
143143

144144
- name: Install just
145-
uses: taiki-e/install-action@v2.58.30
145+
uses: taiki-e/install-action@v2.62.15
146146
with:
147147
tool: just
148148

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
components: llvm-tools-preview
3232

3333
- name: Install just, cargo-llvm-cov, cargo-nextest
34-
uses: taiki-e/install-action@v2.58.30
34+
uses: taiki-e/install-action@v2.62.15
3535
with:
3636
tool: just,cargo-llvm-cov,cargo-nextest
3737

0 commit comments

Comments
 (0)