diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-01-26 16:03:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-26 16:03:47 +0100 |
| commit | 7a91245befd16b21479d5fe49c325ae5e643b0ca (patch) | |
| tree | 7680fb0d7ba014fc86c95e3dce0e72788406d7f6 | |
| parent | a6cc7a3c11bda81189876241378ce990f849a1b4 (diff) | |
| parent | d1a298138309e637c4012cca24025960074d9e51 (diff) | |
Merge pull request #10912 from jellyfin/renovate/peter-evans-find-comment-3.x
chore(deps): update peter-evans/find-comment action to v3
| -rw-r--r-- | .github/workflows/ci-openapi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-openapi.yml b/.github/workflows/ci-openapi.yml index e8168470b..17fe0400a 100644 --- a/.github/workflows/ci-openapi.yml +++ b/.github/workflows/ci-openapi.yml @@ -105,7 +105,7 @@ jobs: body="${body//$'\r'/'%0D'}" echo ::set-output name=body::$body - name: Find difference comment - uses: peter-evans/find-comment@a54c31d7fa095754bfef525c0c8e5e5674c4b4b1 # v2.4.0 + uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e # v3.0.0 id: find-comment with: issue-number: ${{ github.event.pull_request.number }} |
