diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index c5b5d0aa1..f3f566463 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -231,7 +231,7 @@ jobs: # If prHeadSha is specified then explicity mark the checks for that SHA - name: Report check status if: ${{ inputs.prHeadSha }} - uses: LouisBrunner/checks-action@v1.6.0 + uses: LouisBrunner/checks-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} # the name must be identical to the one received by the real job diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 5bff16415..d371d8985 100644 --- a/.github/workflows/pr-bot.yml +++ b/.github/workflows/pr-bot.yml @@ -60,7 +60,7 @@ jobs: # we won't receive a check-run status, and will have to send it "manually" - name: Bypass E2E check-runs status if: ${{ steps.check_command.outputs.command == 'test-force-approve' }} - uses: LouisBrunner/checks-action@v1.1.1 + uses: LouisBrunner/checks-action@v2.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} # the name must be identical to the one received by the real job