From 14acde0ae783542946a0be09a73584fddc9ea905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 13:07:27 +0000 Subject: [PATCH] github-actions: bump LouisBrunner/checks-action from 1.0.0 to 1.6.0 Bumps [LouisBrunner/checks-action](https://github.com/LouisBrunner/checks-action) from 1.0.0 to 1.6.0. - [Release notes](https://github.com/LouisBrunner/checks-action/releases) - [Commits](https://github.com/LouisBrunner/checks-action/compare/v1.0.0...v1.6.0) --- updated-dependencies: - dependency-name: LouisBrunner/checks-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/link-check-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link-check-deploy.yml b/.github/workflows/link-check-deploy.yml index aa1d42c6aa..563b3f4df7 100644 --- a/.github/workflows/link-check-deploy.yml +++ b/.github/workflows/link-check-deploy.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - id: build_check - uses: LouisBrunner/checks-action@v1.0.0 + uses: LouisBrunner/checks-action@v1.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} name: Report @@ -31,7 +31,7 @@ jobs: rootURL: '${{ github.event.deployment.payload.web_url }}' output: checksAction - - uses: LouisBrunner/checks-action@v1.0.0 + - uses: LouisBrunner/checks-action@v1.6.0 if: ${{ success() }} with: token: ${{ secrets.GITHUB_TOKEN }} @@ -40,7 +40,7 @@ jobs: conclusion: ${{ steps.check.outputs.conclusion }} output: ${{ steps.check.outputs.output }} - - uses: LouisBrunner/checks-action@v1.0.0 + - uses: LouisBrunner/checks-action@v1.6.0 if: ${{ failure() }} with: token: ${{ secrets.GITHUB_TOKEN }}