diff --git a/.github/workflows/tutorials.yaml b/.github/workflows/tutorials.yaml index 5d796f8c..4702d73e 100644 --- a/.github/workflows/tutorials.yaml +++ b/.github/workflows/tutorials.yaml @@ -46,7 +46,7 @@ jobs: # start a check - name: ✅ Register Check Started id: start-check - uses: LouisBrunner/checks-action@v1.5.0 + uses: LouisBrunner/checks-action@v1.6.0 if: ${{ github.event_name == 'repository_dispatch' }} with: sha: ${{ github.event.client_payload.pull_request.head.sha }} @@ -105,7 +105,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.5.0 + - uses: LouisBrunner/checks-action@v1.6.0 if: ${{ always() && steps.start-check.outputs.check_id }} with: sha: ${{ github.event.client_payload.pull_request.head.sha }}