From 09fa1f2be83441a6952180777f849ca1a9afe8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 12:57:08 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.5.0 to 1.8.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.0 to 1.8.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.5.0...v1.8.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 8804a1c..a75455f 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.5.0 + uses: lycheeverse/lychee-action@v1.8.0 - name: Fail if there were link errors run: exit ${{ steps.lc.outputs.exit_code }}