From ed5b23da03abd2ed7aab7078c6c08bdb8867fab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 06:31:20 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.8.0 to 1.9.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.8.0...v1.9.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/checkLinks.yml | 2 +- .github/workflows/checkLinksPR.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkLinks.yml b/.github/workflows/checkLinks.yml index dbcd84a2..568f8a44 100644 --- a/.github/workflows/checkLinks.yml +++ b/.github/workflows/checkLinks.yml @@ -14,7 +14,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.8.0 + uses: lycheeverse/lychee-action@v1.9.0 with: # Check SimpleReport args: "--verbose --no-progress 'https://simplereport.gov'" diff --git a/.github/workflows/checkLinksPR.yml b/.github/workflows/checkLinksPR.yml index 92c88fb6..567deed3 100644 --- a/.github/workflows/checkLinksPR.yml +++ b/.github/workflows/checkLinksPR.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - name: Link Checker - uses: lycheeverse/lychee-action@v1.8.0 + uses: lycheeverse/lychee-action@v1.9.0 with: fail: true env: