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: