diff --git a/.github/workflows/lychee-cron.yaml b/.github/workflows/lychee-cron.yaml index 2267b71c1..7a1712fe7 100644 --- a/.github/workflows/lychee-cron.yaml +++ b/.github/workflows/lychee-cron.yaml @@ -21,7 +21,7 @@ jobs: - run: | make gen-content - name: Link Checker - uses: lycheeverse/lychee-action@v1.2.0 + uses: lycheeverse/lychee-action@v1.6.1 with: args: --verbose --no-progress --exclude-all-private **/*.md env: diff --git a/.github/workflows/lychee-pr.yaml b/.github/workflows/lychee-pr.yaml index 0bb1248c1..493fa582a 100644 --- a/.github/workflows/lychee-pr.yaml +++ b/.github/workflows/lychee-pr.yaml @@ -29,7 +29,7 @@ jobs: - name: lychee Link Checker if: ${{ steps.getfile.outputs.ts != '' }} id: lychee - uses: lycheeverse/lychee-action@v1.2.0 + uses: lycheeverse/lychee-action@v1.6.1 with: args: --verbose --no-progress --exclude-all-private ${{ steps.getfile.outputs.ts }} env: