Skip to content

Commit

Permalink
chore(deps): bump taiki-e/install-action from 2.21.20 to 2.21.23 (#1)
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.21.20 to 2.21.23.
- [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.21.20...v2.21.23)

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

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] committed Nov 30, 2023
1 parent b1e3677 commit 9b471c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.21.20
uses: taiki-e/install-action@v2.21.23
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
components: clippy
- name: Install cargo-hack
uses: taiki-e/install-action@v2.21.20
uses: taiki-e/install-action@v2.21.23
with:
tool: cargo-hack

Expand Down

0 comments on commit 9b471c1

Please sign in to comment.