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