From 36527b599028384649e63c18b01feec1a5faeb73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:50:46 +0530 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 2 to 4 (#359) Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v4) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vedant Shrotria --- .github/workflows/main.yml | 32 ++++++++++++++++---------------- .github/workflows/portal.yml | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ac6254f..cfd9faa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notification for e2e Start - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -84,7 +84,7 @@ jobs: - name: Update pod delete result if: startsWith(github.event.comment.body, '/run-e2e-pod-delete') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -102,7 +102,7 @@ jobs: - name: Update container-kill result if: startsWith(github.event.comment.body, '/run-e2e-container-kill') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -118,7 +118,7 @@ jobs: - name: Update node-cpu-hog result if: startsWith(github.event.comment.body, '/run-e2e-node-cpu-hog') || startsWith(github.event.comment.body, '/run-e2e-resource-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -134,7 +134,7 @@ jobs: - name: Update node-memory-hog result if: startsWith(github.event.comment.body, '/run-e2e-node-memory-hog') || startsWith(github.event.comment.body, '/run-e2e-resource-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -154,7 +154,7 @@ jobs: - name: Update pod-cpu-hog result if: startsWith(github.event.comment.body, '/run-e2e-pod-cpu-hog') || startsWith(github.event.comment.body, '/run-e2e-resource-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -174,7 +174,7 @@ jobs: - name: Update pod-memory-hog result if: startsWith(github.event.comment.body, '/run-e2e-pod-memory-hog') || startsWith(github.event.comment.body, '/run-e2e-resource-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -195,7 +195,7 @@ jobs: - name: Update pod-network-corruption result if: startsWith(github.event.comment.body, '/run-e2e-pod-network-corruption') || startsWith(github.event.comment.body, '/run-e2e-network-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -215,7 +215,7 @@ jobs: - name: Update pod-network-duplication result if: startsWith(github.event.comment.body, '/run-e2e-pod-network-duplication') || startsWith(github.event.comment.body, '/run-e2e-network-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -237,7 +237,7 @@ jobs: - name: Update pod-network-latency result if: startsWith(github.event.comment.body, '/run-e2e-pod-network-latency') || startsWith(github.event.comment.body, '/run-e2e-network-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -258,7 +258,7 @@ jobs: - name: Update pod-network-loss result if: startsWith(github.event.comment.body, '/run-e2e-pod-network-loss') || startsWith(github.event.comment.body, '/run-e2e-network-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -276,7 +276,7 @@ jobs: - name: Update pod-autoscaler result if: startsWith(github.event.comment.body, '/run-e2e-pod-autoscaler') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -295,7 +295,7 @@ jobs: - name: Update node-io-stress result if: startsWith(github.event.comment.body, '/run-e2e-node-io-stress') || startsWith(github.event.comment.body, '/run-e2e-io-chaos') || startsWith(github.event.comment.body, '/run-e2e-all') - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -318,7 +318,7 @@ jobs: - name: Check for all the jobs are succeeded if: ${{ success() && env.TEST_RUN == 'true' }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -331,7 +331,7 @@ jobs: - name: Check for any job failed if: ${{ failure() }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -348,7 +348,7 @@ jobs: - name: Check if any test ran or not if: env.TEST_RUN != 'true' - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | diff --git a/.github/workflows/portal.yml b/.github/workflows/portal.yml index 6b03ea0d..bb970e3a 100644 --- a/.github/workflows/portal.yml +++ b/.github/workflows/portal.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Notification for Starting Testing. - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -109,7 +109,7 @@ jobs: - name: Check for all the jobs are succeeded if: ${{ success() }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: | @@ -121,7 +121,7 @@ jobs: - name: Check for any job failed if: ${{ failure() }} - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: "${{ github.event.comment.id }}" body: |