Skip to content

Commit

Permalink
chore(deps): Bump taiki-e/install-action from 2.21.27 to 2.22.2
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.27 to 2.22.2.
- [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@d140130...c264868)

---
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] authored and robo9k committed Dec 15, 2023
1 parent d7d5dd5 commit d8792f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:

- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1

- uses: taiki-e/install-action@d140130aeedb5a946a5769684d32e3a33539f226 # v2.21.27
- uses: taiki-e/install-action@c2648687d6fe1a5a70a4b65c84715cafab1f3451 # v2.22.2
with:
tool: cargo-llvm-cov@0.5.32

- uses: taiki-e/install-action@d140130aeedb5a946a5769684d32e3a33539f226 # v2.21.27
- uses: taiki-e/install-action@c2648687d6fe1a5a70a4b65c84715cafab1f3451 # v2.22.2
with:
tool: cargo-careful@0.4.0

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1

- uses: taiki-e/install-action@d140130aeedb5a946a5769684d32e3a33539f226 # v2.21.27
- uses: taiki-e/install-action@c2648687d6fe1a5a70a4b65c84715cafab1f3451 # v2.22.2
with:
tool: cargo-careful@0.4.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# pick the pr HEAD instead of the merge commit
ref: ${{ github.event.pull_request.head.sha }}

- uses: taiki-e/install-action@d140130aeedb5a946a5769684d32e3a33539f226 # v2.21.27
- uses: taiki-e/install-action@c2648687d6fe1a5a70a4b65c84715cafab1f3451 # v2.22.2
with:
tool: cocogitto@5.5.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1

- uses: taiki-e/install-action@d140130aeedb5a946a5769684d32e3a33539f226 # v2.21.27
- uses: taiki-e/install-action@c2648687d6fe1a5a70a4b65c84715cafab1f3451 # v2.22.2
with:
tool: cargo-deny@0.14.3

Expand Down

0 comments on commit d8792f1

Please sign in to comment.