Skip to content

Commit

Permalink
chore(deps): bump taiki-e/install-action from 2.47.25 to 2.48.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.47.25 to 2.48.1.
- [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.47.25...v2.48.1)

---
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 Feb 3, 2025
1 parent 9795bc8 commit ab70cdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
toolchain: '1.56'

- name: Install cargo-hack
uses: taiki-e/install-action@v2.47.25
uses: taiki-e/install-action@v2.48.1
with:
tool: cargo-hack

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.47.25
uses: taiki-e/install-action@v2.48.1
with:
tool: 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 cargo-hack
uses: taiki-e/install-action@v2.47.25
uses: taiki-e/install-action@v2.48.1
with:
tool: cargo-hack

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
with:
toolchain: ${{ vars.RUST_VERSION_API_DIFF }}

- uses: taiki-e/install-action@v2.47.25
- uses: taiki-e/install-action@v2.48.1
with:
tool: cargo-public-api

Expand Down

0 comments on commit ab70cdb

Please sign in to comment.