Skip to content

Commit 10bad41

Browse files
build(deps): bump taiki-e/install-action from 2.44.5 to 2.44.35 (#113)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.5 to 2.44.35. - [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.44.5...v2.44.35) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34bfd95 commit 10bad41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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].5
26+
uses: taiki-e/[email protected].35
2727
with:
2828
tool: just,cargo-llvm-cov
2929

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
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].25
31+
uses: taiki-e/[email protected].35
3232
with:
3333
tool: just,cargo-hack
3434

@@ -82,7 +82,7 @@ jobs:
8282
toolchain: nightly-2024-09-10
8383

8484
- name: Install cargo-public-api
85-
uses: taiki-e/[email protected].25
85+
uses: taiki-e/[email protected].35
8686
with:
8787
tool: cargo-public-api
8888

0 commit comments

Comments
 (0)