From a4d32634e5525a7e64ba67774ff0330c7dc30c33 Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Tue, 11 Apr 2023 12:44:43 +0200 Subject: [PATCH] [bitnami/containers] Upgrade comments action (#29974) Signed-off-by: Fran Mulero --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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