Skip to content

Commit

Permalink
Update checks action to remove NodeJS version warning (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartleeks authored Mar 10, 2023
1 parent df4ab16 commit 0745438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0745438

Please sign in to comment.