Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.27.2 to 2.27.10 (#405)
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.27.2 to 2.27.10.
- [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.27.2...v2.27.10)

---
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 Mar 2, 2024
1 parent 74c8545 commit f0c33a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.27.2
uses: taiki-e/install-action@v2.27.10
with:
tool: cargo-hack,cargo-ci-cache-clean

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

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

Expand Down
4 changes: 2 additions & 2 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.27.2
uses: taiki-e/install-action@v2.27.10
with:
tool: cargo-hack,cargo-ci-cache-clean

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

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

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

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

Expand Down

0 comments on commit f0c33a9

Please sign in to comment.