Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.21.17 to 2.21.20 (#368)
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.17 to 2.21.20.
- [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.17...v2.21.20)

---
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 27, 2023
1 parent 50fd71d commit 8de686a
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.21.17
- uses: taiki-e/install-action@v2.21.20
with:
tool: cargo-hack

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

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

Expand Down

0 comments on commit 8de686a

Please sign in to comment.