Skip to content

Commit 036af48

Browse files
build(deps): bump taiki-e/install-action from 2.44.15 to 2.45.13 (#484)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.15 to 2.45.13. - [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.44.15...v2.45.13) --- 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 77406cb commit 036af48

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.44.15
39+
uses: taiki-e/install-action@v2.45.13
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.44.15
89+
uses: taiki-e/install-action@v2.45.13
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
52-
uses: taiki-e/install-action@v2.44.15
52+
uses: taiki-e/install-action@v2.45.13
5353
with:
5454
tool: cargo-hack,cargo-ci-cache-clean
5555

@@ -107,7 +107,7 @@ jobs:
107107
toolchain: ${{ matrix.version.version }}
108108

109109
- name: Install cargo-hack, cargo-ci-cache-clean
110-
uses: taiki-e/install-action@v2.44.15
110+
uses: taiki-e/install-action@v2.45.13
111111
with:
112112
tool: cargo-hack,cargo-ci-cache-clean
113113

@@ -144,7 +144,7 @@ jobs:
144144
toolchain: nightly
145145

146146
- name: Install just
147-
uses: taiki-e/install-action@v2.44.15
147+
uses: taiki-e/install-action@v2.45.13
148148
with:
149149
tool: just
150150

.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.44.15
34+
uses: taiki-e/install-action@v2.45.13
3535
with:
3636
tool: just,cargo-llvm-cov,cargo-nextest
3737

0 commit comments

Comments
 (0)