diff --git a/.github/workflows/links-watcher.yml b/.github/workflows/links-watcher.yml index f092de0..5c6e1b4 100644 --- a/.github/workflows/links-watcher.yml +++ b/.github/workflows/links-watcher.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.0.2 + uses: lycheeverse/lychee-action@v2.2.0 with: args: --verbose --no-progress --max-concurrency 2 --exclude-link-local --exclude-loopback './**/*.md' --exclude portal.azure.com --exclude developers.sap.com output: ./lychee/out.md