Merge pull request #7509 from jellyfin/dependabot/github_actions/peter-evans/find-comment-2

Bump peter-evans/find-comment from 1 to 2
This commit is contained in:
Cody Robibero 2022-03-30 19:08:51 -06:00 committed by GitHub
commit b010d99139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}