Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.27.2 to 2.27.9 (#3297)
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.9.
- [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.9)

---
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>
Co-authored-by: Rob Ede <robjtede@icloud.com>
  • Loading branch information
dependabot[bot] and robjtede committed Mar 2, 2024
1 parent 7f0504e commit f8a0f3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-post-merge.yml
Expand Up @@ -45,7 +45,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.9
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0

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

Expand All @@ -106,7 +106,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1.8.0

- name: Install nextest
uses: taiki-e/install-action@v2.27.2
uses: taiki-e/install-action@v2.27.9
with:
tool: nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -50,7 +50,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.9
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -23,7 +23,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.9
with:
tool: cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -82,7 +82,7 @@ jobs:
toolchain: nightly-2023-08-25

- name: Install cargo-public-api
uses: taiki-e/install-action@v2.27.2
uses: taiki-e/install-action@v2.27.9
with:
tool: cargo-public-api

Expand Down

0 comments on commit f8a0f3e

Please sign in to comment.