Skip to content

Commit 2cb1d2a

Browse files
dependabot[bot]poljar
authored andcommitted
chore(deps): Bump taiki-e/install-action from 2.67.11 to 2.68.25
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.67.11 to 2.68.25. - [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@887bc4e...a37010d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.25 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f819dd commit 2cb1d2a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
8989

9090
- name: Install cargo-hack
91-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
91+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b
9292
with:
9393
tool: cargo-hack
9494

@@ -122,7 +122,7 @@ jobs:
122122
toolchain: ${{ format('{0}-{1}', matrix.channel, matrix.target.toolchain) }}
123123

124124
- name: Install nextest
125-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
125+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b
126126
with:
127127
tool: nextest
128128

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ jobs:
3333
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
3434

3535
- name: Install cargo-llvm-cov
36-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
36+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b
3737
with:
3838
tool: cargo-llvm-cov
3939

4040
- name: Install nextest
41-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
41+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b
4242
with:
4343
tool: nextest
4444

4545
- name: Install just
46-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
46+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b
4747
with:
4848
tool: just
4949

.github/workflows/mutants-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
2727

2828
- name: Install cargo-mutants
29-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
29+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b
3030
with:
3131
tool: cargo-mutants
3232

.github/workflows/mutants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
3636

3737
- name: Install cargo-mutants
38-
uses: taiki-e/install-action@887bc4e03483810873d617344dd5189cd82e7b8b
38+
uses: taiki-e/install-action@a37010ded18ff788be4440302bd6830b1ae50d8b
3939
with:
4040
tool: cargo-mutants
4141

0 commit comments

Comments
 (0)