diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 9884876..81fe630 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -16,7 +16,7 @@ jobs: uses: lycheeverse/lychee-action@v1.9.0 - name: Create Issue From File if: env.lychee_exit_code != 0 - uses: peter-evans/create-issue-from-file@v4 + uses: peter-evans/create-issue-from-file@v5 with: title: Link Checker Report content-filepath: ./reports/link-checker-output.md