Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.41.7 to 2.42.14 (#121)
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.41.7 to 2.42.14.
- [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.41.7...v2.42.14)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  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>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 5615bcc commit ad2a63c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
toolchain: ${{ matrix.toolchain.version }}

- name: Install just, nextest
uses: taiki-e/install-action@v2.41.7
uses: taiki-e/install-action@v2.42.14
with:
tool: just,nextest

Expand Down
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.41.7
uses: taiki-e/install-action@v2.42.14
with:
tool: just,cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .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.41.7
uses: taiki-e/install-action@v2.42.14
with:
tool: just,cargo-hack

Expand Down

0 comments on commit ad2a63c

Please sign in to comment.