Skip to content

Commit 44cf0fe

Browse files
build(deps): bump taiki-e/install-action from 2.50.3 to 2.50.7 (#209)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.50.3 to 2.50.7. - [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.50.3...v2.50.7) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.50.7 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 75bc786 commit 44cf0fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
toolchain: ${{ matrix.toolchain.version }}
4242

4343
- name: Install just, nextest
44-
uses: taiki-e/[email protected].3
44+
uses: taiki-e/[email protected].7
4545
with:
4646
tool: just,nextest
4747

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
components: llvm-tools-preview
2424

2525
- name: Install just & cargo-llvm-cov
26-
uses: taiki-e/[email protected].3
26+
uses: taiki-e/[email protected].7
2727
with:
2828
tool: just,cargo-llvm-cov
2929

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
components: clippy
2929

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

0 commit comments

Comments
 (0)