diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-28 12:07:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-28 12:07:06 +0000 |
| commit | c3aacf1c4de4be148c7b13492ce1ec79a7f96a49 (patch) | |
| tree | 28e4f34718535cdb05ae8b76c6b426a141633a51 /.github | |
| parent | 772c65bcb040fe4147a8664883ea6a1b8a281e3d (diff) | |
Bump peter-evans/find-comment from 1 to 2
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 1 to 2.
- [Release notes](https://github.com/peter-evans/find-comment/releases)
- [Commits](https://github.com/peter-evans/find-comment/compare/v1...v2)
---
updated-dependencies:
- dependency-name: peter-evans/find-comment
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/openapi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index e7ac59ea6..32b594234 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -90,7 +90,7 @@ jobs: body="${body//$'\r'/'%0D'}" echo ::set-output name=body::$body - name: Find difference comment - uses: peter-evans/find-comment@v1 + uses: peter-evans/find-comment@v2 id: find-comment with: issue-number: ${{ github.event.pull_request.number }} |
