diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a171ccc..6cfa108 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,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 }}