diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 9e5aea0b..e41e9c61 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -101,7 +101,7 @@ jobs: # non-success outcome). Mirrors link-rot.yml's single-issue pattern so # we never spam. This does NOT fail the run. if: steps.lhci.outcome != 'success' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: 'Lighthouse CI report' content-filepath: lighthouse-report.md diff --git a/.github/workflows/link-rot.yml b/.github/workflows/link-rot.yml index 20f91c95..581534f7 100644 --- a/.github/workflows/link-rot.yml +++ b/.github/workflows/link-rot.yml @@ -48,7 +48,7 @@ jobs: - name: Open or update tracking issue on failures 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: 'Link rot: broken external links detected' content-filepath: lychee-report.md