diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 70a10afe..1d8a1641 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -48,7 +48,7 @@ jobs: echo "number=$number" >> "$GITHUB_OUTPUT" - name: Create or update the report issue 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: "Broken links report" content-filepath: lychee/report.md