diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 9653a30defec..723b10558ed2 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -196,7 +196,7 @@ jobs: # post a comment on the PR and assign a maintainer agent to review it - name: Manual review required if: ${{ always() && (needs.verification-summary.outputs.result != 'success' || steps.merge.outcome != 'success') }} - uses: peter-evans/create-or-update-comment@v2.0.0 + uses: peter-evans/create-or-update-comment@v3.0.0 with: issue-number: ${{ github.event.number }} # Necessary to trigger support workflows