Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.44.71 to 2.45.6
Browse files Browse the repository at this point in the history
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.71 to 2.45.6.
- [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.71...v2.45.6)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 91b59cc commit f974b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview

- name: Install just & cargo-llvm-cov
uses: taiki-e/install-action@v2.44.71
uses: taiki-e/install-action@v2.45.6
with:
tool: just,cargo-llvm-cov

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
components: clippy

- name: Install just, cargo-hack
uses: taiki-e/install-action@v2.44.71
uses: taiki-e/install-action@v2.45.6
with:
tool: just,cargo-hack

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
toolchain: nightly-2024-09-10

- name: Install cargo-public-api
uses: taiki-e/install-action@v2.44.71
uses: taiki-e/install-action@v2.45.6
with:
tool: cargo-public-api

Expand Down

0 comments on commit f974b80

Please sign in to comment.