diff --git a/.github/workflows/lychee-cron.yaml b/.github/workflows/lychee-cron.yaml index 8ff45fc7..1456d7ed 100644 --- a/.github/workflows/lychee-cron.yaml +++ b/.github/workflows/lychee-cron.yaml @@ -23,7 +23,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker - uses: lycheeverse/lychee-action@v2.4.1 + uses: lycheeverse/lychee-action@v2.7.0 with: args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress . env: diff --git a/.github/workflows/lychee-pr.yaml b/.github/workflows/lychee-pr.yaml index c46d2ff6..486ead7a 100644 --- a/.github/workflows/lychee-pr.yaml +++ b/.github/workflows/lychee-pr.yaml @@ -16,7 +16,7 @@ jobs: - name: lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.4.1 + uses: lycheeverse/lychee-action@v2.7.0 with: args: --accept '100..=103,200..=299,429' --exclude '^https?://sched\.co/' --cache-exclude-status '429, 500..502' --cache --max-cache-age 1d --verbose --no-progress . fail: true