diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 5152f7ca..0efa5d6a 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -64,7 +64,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: Set commit status as pending uses: myrotvorets/set-commit-status-action@master @@ -96,7 +96,7 @@ jobs: } steps: - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: Checkout PR branch uses: actions/checkout@v6 @@ -136,7 +136,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get PR branch - uses: xt0rted/pull-request-comment-branch@v2 + uses: xt0rted/pull-request-comment-branch@v3 id: comment-branch - name: Set latest commit status as ${{ job.status }}