Skip to content

Commit

Permalink
Bump taiki-e/install-action from 2.20.2 to 2.20.3 (#352)
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.2 to 2.20.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.2...v2.20.3)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 13, 2023
1 parent 9d993c6 commit cb3eba9
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/[email protected].2
- uses: taiki-e/[email protected].3
with:
tool: cargo-hack

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

- uses: taiki-e/[email protected].2
- uses: taiki-e/[email protected].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/[email protected].2
uses: taiki-e/[email protected].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/[email protected].2
uses: taiki-e/[email protected].3
with:
tool: cargo-hack

Expand Down

0 comments on commit cb3eba9

Please sign in to comment.