Skip to content

Commit 4192db1

Browse files
chore(deps): Bump taiki-e/install-action from 2.62.49 to 2.62.60
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.49 to 2.62.60. - [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@44c6d64...3575e53) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.60 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ecf6ee commit 4192db1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
7979

8080
- name: Install cargo-hack
81-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
81+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
8282
with:
8383
tool: cargo-hack
8484

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ jobs:
3030
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
3131

3232
- name: Install cargo-llvm-cov
33-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
33+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
3434
with:
3535
tool: cargo-llvm-cov
3636

3737
- name: Install nextest
38-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
38+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
3939
with:
4040
tool: nextest
4141

4242
- name: Install just
43-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
43+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
4444
with:
4545
tool: just
4646

.github/workflows/mutants-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
2222

2323
- name: Install cargo-mutants
24-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
24+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
2525
with:
2626
tool: cargo-mutants
2727

.github/workflows/mutants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
3232

3333
- name: Install cargo-mutants
34-
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
34+
uses: taiki-e/install-action@3575e532701a5fc614b0c842e4119af4cc5fd16d
3535
with:
3636
tool: cargo-mutants
3737

0 commit comments

Comments
 (0)