From 0adab6eae4a4c64a5102909810f8ba95b11d6732 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:41:52 +0000 Subject: [PATCH] Bump lycheeverse/lychee-action from 1.7.0 to 2.0.2 in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.7.0 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.7.0...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/check_links_external_lychee.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_links_external_lychee.yaml b/.github/workflows/check_links_external_lychee.yaml index 3b23642..6a2352e 100644 --- a/.github/workflows/check_links_external_lychee.yaml +++ b/.github/workflows/check_links_external_lychee.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Link Checker # https://github.com/marketplace/actions/lychee-broken-link-checker - uses: lycheeverse/lychee-action@v1.7.0 + uses: lycheeverse/lychee-action@v2.0.2 with: fail: true args: --verbose --no-progress --exclude-all-private --exclude 'stackoverflow.com' --exclude 'https://api.sensible.so/v0/extract/senseml_basics' --exclude 'https://platform.openai.com' --exclude 'support.discord.com' --exclude-path './node_modules' --exclude-path 'examples' --exclude-path 'docs/snippets/callouts.mdx' .