From 9c764a1daeb428948a7c94d168e369977580bec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:41:03 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.0.6 to 2.0.2 in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.0.6 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.0.6...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/link-checker-intermittent.yml | 2 +- .github/workflows/link-checker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-checker-intermittent.yml b/.github/workflows/link-checker-intermittent.yml index 1408d95..f5d8cae 100644 --- a/.github/workflows/link-checker-intermittent.yml +++ b/.github/workflows/link-checker-intermittent.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - name: lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.0.6 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress *.html *.md - name: Fail if there were link errors diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index b812fd2..16ab726 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v2 - name: lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.0.6 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress *.html *.md