Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.21.3 to 2.21.7 (#501)
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.21.3 to 2.21.7.
- [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.21.3...v2.21.7)

---
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 Nov 6, 2023
1 parent df12c10 commit 01f9910
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
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
toolchain: ${{ matrix.version }}

- uses: taiki-e/install-action@v2.21.3
- uses: taiki-e/install-action@v2.21.7
with:
tool: cargo-hack

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

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

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

- name: Install cargo-nextest
uses: taiki-e/install-action@v2.21.3
uses: taiki-e/install-action@v2.21.7
with:
tool: cargo-nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
toolchain: ${{ matrix.version.version }}

- uses: taiki-e/install-action@v2.21.3
- uses: taiki-e/install-action@v2.21.7
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 @@ -23,7 +23,7 @@ jobs:
components: llvm-tools-preview

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2.21.3
uses: taiki-e/install-action@v2.21.7
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 @@ -53,7 +53,7 @@ jobs:
toolchain: nightly-2023-10-10

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

Expand Down

0 comments on commit 01f9910

Please sign in to comment.