diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 6bae422c2b..c0ec1a869b 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -100,7 +100,7 @@ jobs: - name: 📝 Comment Broken Links if: ${{ always() && github.event.pull_request.head.repo.fork == false && (steps.lychee.outputs.exit_code != 0 || (steps.lychee-retry.conclusion != 'skipped' && steps.lychee-retry.outputs.exit_code != 0)) }} - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} body-path: lychee/formatted.md