Skip to content

Commit

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

---
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 Oct 30, 2023
1 parent fad631c commit 077c6ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -35,7 +35,7 @@ jobs:
with:
toolchain: nightly

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

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

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

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
uses: taiki-e/install-action@v2.20.15
uses: taiki-e/install-action@v2.21.3
with:
tool: cargo-hack

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

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

Expand Down

0 comments on commit 077c6ed

Please sign in to comment.