From 6ee262ac0367535433a98b27e9400b63fe41930d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:12:46 +0000 Subject: [PATCH 1/3] chore(deps): renovate: lycheeverse/lychee-action to v2.6.1 --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 9bd67928..6bdf40f7 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -19,7 +19,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1 + uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1 with: # Exclude the image.sc forum and stackoverflow (which both work) but return 403 from # github runners and exclude relative links to other pages. Ignore From 072b169dafb4556652914024672b8ca9ed881e97 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Fri, 10 Oct 2025 16:14:36 +0100 Subject: [PATCH 2/3] Escape slashes --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 6bdf40f7..b785e9f2 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -36,7 +36,7 @@ jobs: --exclude http://fsf.org --exclude docs/pages --exclude docs/_includes - --exclude-path '{{cookiecutter.project_slug}}/README.md' + --exclude-path ''\\{\\{cookiecutter.project_slug\\}\\}/README.md' --exclude-path 'tests/data' -- ." fail: true From d8113e6b096a08850059f9ce4d19165f5df48c9e Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Fri, 10 Oct 2025 16:15:47 +0100 Subject: [PATCH 3/3] Remove duplicate quote --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index b785e9f2..1d59fda4 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -36,7 +36,7 @@ jobs: --exclude http://fsf.org --exclude docs/pages --exclude docs/_includes - --exclude-path ''\\{\\{cookiecutter.project_slug\\}\\}/README.md' + --exclude-path '\\{\\{cookiecutter.project_slug\\}\\}/README.md' --exclude-path 'tests/data' -- ." fail: true