diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index 940bfd62..7b8a21e5 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -24,7 +24,7 @@ jobs: args: --accept 403,503 *.html - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: Link Checker Report content-filepath: ./lychee/out.md