Skip to content

Commit ea8cd6e

Browse files
build(deps): bump taiki-e/install-action from 2.25.1 to 2.25.9 (#3252)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d453b15 commit ea8cd6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
toolchain: ${{ matrix.version.version }}
4646

4747
- name: Install cargo-hack
48-
uses: taiki-e/[email protected].1
48+
uses: taiki-e/[email protected].9
4949
with:
5050
tool: cargo-hack
5151

@@ -85,7 +85,7 @@ jobs:
8585
uses: actions-rust-lang/[email protected]
8686

8787
- name: Install cargo-hack
88-
uses: taiki-e/[email protected].1
88+
uses: taiki-e/[email protected].9
8989
with:
9090
tool: cargo-hack
9191

@@ -106,7 +106,7 @@ jobs:
106106
uses: actions-rust-lang/[email protected]
107107

108108
- name: Install nextest
109-
uses: taiki-e/[email protected].1
109+
uses: taiki-e/[email protected].9
110110
with:
111111
tool: nextest
112112

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
toolchain: ${{ matrix.version.version }}
5151

5252
- name: Install cargo-hack
53-
uses: taiki-e/[email protected].1
53+
uses: taiki-e/[email protected].9
5454
with:
5555
tool: cargo-hack
5656

.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].1
26+
uses: taiki-e/[email protected].9
2727
with:
2828
tool: cargo-llvm-cov
2929

0 commit comments

Comments
 (0)