Skip to content

Commit a77fed0

Browse files
build(deps): bump taiki-e/install-action from 2.62.60 to 2.65.11 (#336)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.60 to 2.65.11. - [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.62.60...v2.65.11) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.65.11 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b2af810 commit a77fed0

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
@@ -43,7 +43,7 @@ jobs:
4343
toolchain: ${{ matrix.toolchain.version }}
4444

4545
- name: Install just, nextest
46-
uses: taiki-e/install-action@v2.62.60
46+
uses: taiki-e/install-action@v2.65.11
4747
with:
4848
tool: just,nextest
4949

.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/install-action@v2.62.60
26+
uses: taiki-e/install-action@v2.65.11
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/install-action@v2.62.60
31+
uses: taiki-e/install-action@v2.65.11
3232
with:
3333
tool: just,cargo-hack
3434

0 commit comments

Comments
 (0)