Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.45.13 to 2.47.2 (#493)
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.45.13 to 2.47.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@v2.45.13...v2.47.2)

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 3, 2025
1 parent 98847b9 commit d97b366
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.45.13
uses: taiki-e/install-action@v2.47.2
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.45.13
uses: taiki-e/install-action@v2.47.2
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.45.13
uses: taiki-e/install-action@v2.47.2
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.45.13
uses: taiki-e/install-action@v2.47.2
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
toolchain: nightly

- name: Install just
uses: taiki-e/install-action@v2.45.13
uses: taiki-e/install-action@v2.47.2
with:
tool: just

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

- name: Install just, cargo-llvm-cov, cargo-nextest
uses: taiki-e/install-action@v2.45.13
uses: taiki-e/install-action@v2.47.2
with:
tool: just,cargo-llvm-cov,cargo-nextest

Expand Down

0 comments on commit d97b366

Please sign in to comment.