Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.46.4 to 2.47.0
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.46.4 to 2.47.0.
- [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.46.4...v2.47.0)

---
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 Dec 29, 2024
1 parent e0c09c2 commit 070de39
Show file tree
Hide file tree
Showing 4 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 @@ -64,7 +64,7 @@ jobs:
toolchain: ${{ matrix.version }}

- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.46.4
uses: taiki-e/install-action@v2.47.0
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean

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

- name: Install cargo-hack & cargo-minimal-versions
uses: taiki-e/install-action@v2.46.4
uses: taiki-e/install-action@v2.47.0
with:
tool: cargo-hack,cargo-minimal-versions

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

- name: Install just, cargo-hack, cargo-nextest, cargo-ci-cache-clean
uses: taiki-e/install-action@v2.46.4
uses: taiki-e/install-action@v2.47.0
with:
tool: just,cargo-hack,cargo-nextest,cargo-ci-cache-clean

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

- name: Install just
uses: taiki-e/install-action@v2.46.4
uses: taiki-e/install-action@v2.47.0
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 @@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.46.4
uses: taiki-e/install-action@v2.47.0
with:
tool: 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 @@ -56,7 +56,7 @@ jobs:
toolchain: ${{ vars.RUST_VERSION_EXTERNAL_TYPES }}

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

Expand Down

0 comments on commit 070de39

Please sign in to comment.