From 180427703010a9eac903953ef400abef6398417b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 18:32:08 +0200 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.3.0 to 1.5.0 (#247) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-urls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index 31ee173..8804a1c 100644 --- a/.github/workflows/check-urls.yml +++ b/.github/workflows/check-urls.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - name: Check link validity - uses: lycheeverse/lychee-action@v1.3.0 + uses: lycheeverse/lychee-action@v1.5.0 - name: Fail if there were link errors run: exit ${{ steps.lc.outputs.exit_code }}