From 383625faacd307223f019df69de7945c9e3b3878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 09:34:34 +0000 Subject: [PATCH] github-actions: bump LouisBrunner/checks-action from 1.0.0 to 1.2.0 Bumps [LouisBrunner/checks-action](https://github.com/LouisBrunner/checks-action) from 1.0.0 to 1.2.0. - [Release notes](https://github.com/LouisBrunner/checks-action/releases) - [Commits](https://github.com/LouisBrunner/checks-action/compare/v1.0.0...v1.2.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..2908d05b06 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.2.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.2.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.2.0 if: ${{ failure() }} with: token: ${{ secrets.GITHUB_TOKEN }}