diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 23c0713993..f3a3529e14 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -34,7 +34,7 @@ jobs: - name: Create Issue on Broken Links 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 detected" content-filepath: ./lychee/out.md