Skip to content

Commit f0c33a9

Browse files
build(deps): bump taiki-e/install-action from 2.27.2 to 2.27.10 (#405)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.27.2 to 2.27.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.27.2...v2.27.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 74c8545 commit f0c33a9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
toolchain: nightly
3737

3838
- name: Install cargo-hack and cargo-ci-cache-clean
39-
uses: taiki-e/[email protected].2
39+
uses: taiki-e/[email protected].10
4040
with:
4141
tool: cargo-hack,cargo-ci-cache-clean
4242

@@ -77,7 +77,7 @@ jobs:
7777
toolchain: nightly
7878

7979
- name: Install cargo-hack and cargo-ci-cache-clean
80-
uses: taiki-e/[email protected].2
80+
uses: taiki-e/[email protected].10
8181
with:
8282
tool: cargo-hack,cargo-ci-cache-clean
8383

.github/workflows/ci.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 cargo-hack and cargo-ci-cache-clean
52-
uses: taiki-e/[email protected].2
52+
uses: taiki-e/[email protected].10
5353
with:
5454
tool: cargo-hack,cargo-ci-cache-clean
5555

@@ -98,7 +98,7 @@ jobs:
9898
toolchain: ${{ matrix.version.version }}
9999

100100
- name: Install cargo-hack and cargo-ci-cache-clean
101-
uses: taiki-e/[email protected].2
101+
uses: taiki-e/[email protected].10
102102
with:
103103
tool: cargo-hack,cargo-ci-cache-clean
104104

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
components: llvm-tools-preview
3131

3232
- name: Install cargo-llvm-cov
33-
uses: taiki-e/[email protected].2
33+
uses: taiki-e/[email protected].10
3434
with:
3535
tool: cargo-llvm-cov
3636

0 commit comments

Comments
 (0)