From b79ed1833f5b5fcc0e7a5bac9ae81dc922ca58b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 13:23:56 +0000 Subject: [PATCH] github-actions: bump LouisBrunner/checks-action from 1.0.0 to 1.5.0 Bumps [LouisBrunner/checks-action](https://github.com/LouisBrunner/checks-action) from 1.0.0 to 1.5.0. - [Release notes](https://github.com/LouisBrunner/checks-action/releases) - [Commits](https://github.com/LouisBrunner/checks-action/compare/v1.0.0...v1.5.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..80640b60ee 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.5.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.5.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.5.0 if: ${{ failure() }} with: token: ${{ secrets.GITHUB_TOKEN }}