From ef634508917d6428597f87d451259519a7de75ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 09:23:26 +0000 Subject: [PATCH] build(deps): bump lycheeverse/lychee-action from 1.9.0 to 2.9.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.0 to 2.9.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.0...v2.9.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/link-checker.yml | 2 +- .github/workflows/vibe_checker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 13ca41d..59f4987 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v2.9.0 with: args: --verbose --no-progress './**/*.md' fail: true diff --git a/.github/workflows/vibe_checker.yml b/.github/workflows/vibe_checker.yml index 64c75f3..935959a 100644 --- a/.github/workflows/vibe_checker.yml +++ b/.github/workflows/vibe_checker.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for Dead Links - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v2.9.0 with: args: --verbose --no-progress --exclude-mail "README.md" env: