diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18ec22c..e9f51d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Link Checker - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: '--verbose --no-progress --exclude-loopback --exclude-path node_modules **/*.md' jobSummary: true