diff --git a/.github/workflows/cron-linkcheck.yml b/.github/workflows/cron-linkcheck.yml index 946c651..8a5ee6d 100644 --- a/.github/workflows/cron-linkcheck.yml +++ b/.github/workflows/cron-linkcheck.yml @@ -19,7 +19,7 @@ jobs: - name: Create Issue From File if: steps.lychee.outputs.exit_code != 0 - uses: peter-evans/create-issue-from-file@v3 + uses: peter-evans/create-issue-from-file@v4 with: title: Link Checker Report content-filepath: ./lychee/out.md