From edde00d496a749e36685dbca7e1b2d699bd575fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:55:27 +0000 Subject: [PATCH] Bump LouisBrunner/checks-action from 1.2.0 to 1.6.1 Bumps [LouisBrunner/checks-action](https://github.com/louisbrunner/checks-action) from 1.2.0 to 1.6.1. - [Release notes](https://github.com/louisbrunner/checks-action/releases) - [Commits](https://github.com/louisbrunner/checks-action/compare/v1.2.0...v1.6.1) --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tutorials.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}