From 419f2e2fd428b56b0705d42421ffbdec21d37061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:27:45 +0000 Subject: [PATCH] chore(ci): Bump xt0rted/pull-request-comment-branch from 2 to 3 Bumps [xt0rted/pull-request-comment-branch](https://github.com/xt0rted/pull-request-comment-branch) from 2 to 3. - [Release notes](https://github.com/xt0rted/pull-request-comment-branch/releases) - [Changelog](https://github.com/xt0rted/pull-request-comment-branch/blob/main/CHANGELOG.md) - [Commits](https://github.com/xt0rted/pull-request-comment-branch/compare/v2...v3) --- updated-dependencies: - dependency-name: xt0rted/pull-request-comment-branch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/install-sh.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/k8s_e2e.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/install-sh.yml b/.github/workflows/install-sh.yml index 9ab92f042309d..d33a10e4d08d1 100644 --- a/.github/workflows/install-sh.yml +++ b/.github/workflows/install-sh.yml @@ -14,7 +14,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: (PR comment) Set latest commit status as pending diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 385970c09ed91..737884eb37bce 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -36,7 +36,7 @@ jobs: steps: - name: (PR comment) Get PR branch if: ${{ github.event_name == 'issue_comment' }} - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: (PR comment) Checkout PR branch diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index af9bf020a8361..f501819cd0d31 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -193,7 +193,7 @@ jobs: steps: - name: (PR review) Get PR branch if: ${{ github.event_name == 'pull_request_review' }} - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: (PR review) Checkout PR branch @@ -247,7 +247,7 @@ jobs: steps: - name: (PR review) Get PR branch if: github.event_name == 'pull_request_review' && env.FAILED != 'true' - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: (PR review) Submit PR result as success