diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 580d08f..b63d712 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Check for broken links id: lychee - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 - name: Create Issue From File if: env.lychee_exit_code != 0 uses: peter-evans/create-issue-from-file@v5