Skip to content

Commit 57be9da

Browse files
chore(deps): bump taiki-e/install-action from 2.26.7 to 2.26.12
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.26.7 to 2.26.12. - [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.26.7...v2.26.12) --- 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]>
1 parent 74c6e76 commit 57be9da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
toolchain: '1.56'
2929

3030
- name: Install cargo-hack
31-
uses: taiki-e/[email protected].7
31+
uses: taiki-e/[email protected].12
3232
with:
3333
tool: cargo-hack
3434

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
components: llvm-tools-preview
2323

2424
- name: Install cargo-llvm-cov
25-
uses: taiki-e/[email protected].7
25+
uses: taiki-e/[email protected].12
2626
with:
2727
tool: cargo-llvm-cov
2828

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
components: clippy
2929

3030
- name: Install cargo-hack
31-
uses: taiki-e/[email protected].7
31+
uses: taiki-e/[email protected].12
3232
with:
3333
tool: cargo-hack
3434

@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
toolchain: nightly-2023-08-25
8181

82-
- uses: taiki-e/[email protected].7
82+
- uses: taiki-e/[email protected].12
8383
with:
8484
tool: cargo-public-api
8585

0 commit comments

Comments
 (0)