diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-03-30 19:08:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-30 19:08:51 -0600 |
| commit | b010d99139ffd3f7290de2b23db063718cc25bad (patch) | |
| tree | 1362760b5b5b969e4a7971792e1afd638904c1ee | |
| parent | 1fdef1248a77036387de1e4b5b93ac3a100ae49f (diff) | |
| parent | c3aacf1c4de4be148c7b13492ce1ec79a7f96a49 (diff) | |
Merge pull request #7509 from jellyfin/dependabot/github_actions/peter-evans/find-comment-2
Bump peter-evans/find-comment from 1 to 2
| -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 }} |
