Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.29.7 to 2.33.12
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.29.7 to 2.33.12.
- [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.29.7...v2.33.12)

---
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>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent fe5edc3 commit 086db7e
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 @@ -35,7 +35,7 @@ jobs:
toolchain: ${{ matrix.toolchain.version }}

- name: Install just & nextest
uses: taiki-e/install-action@v2.29.7
uses: taiki-e/install-action@v2.33.12
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.29.7
uses: taiki-e/install-action@v2.33.12
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.29.7
uses: taiki-e/install-action@v2.33.12
with:
tool: just,cargo-hack

Expand Down

0 comments on commit 086db7e

Please sign in to comment.