From 817f0629e37dc4c068ee5ebae5a1b13576334b50 Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Thu, 9 Mar 2023 20:31:02 +0000 Subject: [PATCH] Update checks action to remove NodeJS version warning --- .github/workflows/ci_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index 7a69dd8c4..a23f9ecd0 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -224,7 +224,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.1.1 + uses: LouisBrunner/checks-action@v1.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} # the name must be identical to the one received by the real job