From 302bedff5745eb7ef7c42f00e2a472a79d725924 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 14:40:36 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-test-teardown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-test-teardown.yml b/.github/workflows/deploy-test-teardown.yml index 5347e3c2..a12fba9c 100644 --- a/.github/workflows/deploy-test-teardown.yml +++ b/.github/workflows/deploy-test-teardown.yml @@ -36,7 +36,7 @@ jobs: run: oc -n ${{ env.NAMESPACE }} delete imagestreamtags ${{ env.IMG_NAME }}:${{ env.IMG_TAG }} --ignore-not-found - name: Notify on failure - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 if: ${{ failure() }} with: issue-number: ${{ github.event.number }}