diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 716b654..ecf32f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: body-includes: - name: Create or update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: ${{ !cancelled() && github.event_name == 'pull_request' }} with: comment-id: ${{ steps.find-comment.outputs.comment-id }}