diff --git a/.github/workflows/tutorials.yaml b/.github/workflows/tutorials.yaml index 5c2903ff..8afd4916 100644 --- a/.github/workflows/tutorials.yaml +++ b/.github/workflows/tutorials.yaml @@ -39,7 +39,7 @@ jobs: # start a check - name: ✅ Register Check Started id: start-check - uses: LouisBrunner/checks-action@v1.2.0 + uses: LouisBrunner/checks-action@v1.6.1 if: ${{ github.event_name == 'repository_dispatch' }} with: sha: ${{ github.event.client_payload.pull_request.head.sha }} @@ -101,7 +101,7 @@ jobs: # finish the check # this won't work if we are not inside a repository_dispatch event, # but I don't see how to combine multiple if statements - - uses: LouisBrunner/checks-action@v1.2.0 + - uses: LouisBrunner/checks-action@v1.6.1 if: ${{ always() && steps.start-check.outputs.check_id }} with: sha: ${{ github.event.client_payload.pull_request.head.sha }}