From 784fac1e303eb7c3f4c37da61b2d9568ac422d2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 08:40:31 +0000 Subject: [PATCH] Update peter-evans/create-or-update-comment action to v3 --- .github/workflows/destroy-preview.yaml | 4 ++-- .github/workflows/template-deploy.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/destroy-preview.yaml b/.github/workflows/destroy-preview.yaml index d2351667..86974f72 100644 --- a/.github/workflows/destroy-preview.yaml +++ b/.github/workflows/destroy-preview.yaml @@ -61,7 +61,7 @@ jobs: run: .github/keycloak-redirect-url.sh "${{ secrets.KEYCLOAK_USER }}" "${{ secrets.KEYCLOAK_PASSWORD }}" "https://${{ steps.deployment_info.outputs.route_host }}/*" remove - name: Notify on success - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ github.event.number }} body: | @@ -73,7 +73,7 @@ jobs: **Cluster** | ${{ env.OPENSHIFT_API }} - name: Notify on failure - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: ${{ failure() }} with: issue-number: ${{ github.event.number }} diff --git a/.github/workflows/template-deploy.yaml b/.github/workflows/template-deploy.yaml index cadb97ff..42f8292d 100644 --- a/.github/workflows/template-deploy.yaml +++ b/.github/workflows/template-deploy.yaml @@ -81,7 +81,7 @@ jobs: run: .github/keycloak-redirect-url.sh "${{ secrets.keycloak_user }}" "${{ secrets.keycloak_password }}" "https://${{ steps.deployment_info.outputs.route_host }}" - name: Notify on success - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: ${{ github.event_name == 'pull_request' }} with: issue-number: ${{ github.event.number }}