From e7122b9f068110c7813fd388b6e8604c28d33eb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:27:38 +0000 Subject: [PATCH] Update peter-evans/create-issue-from-file action to v6 --- .github/workflows/broken-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-checker.yaml b/.github/workflows/broken-link-checker.yaml index 644c81c..11e5ead 100644 --- a/.github/workflows/broken-link-checker.yaml +++ b/.github/workflows/broken-link-checker.yaml @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} - name: Create Issue From File if: env.lychee_exit_code != 0 - uses: peter-evans/create-issue-from-file@v5.0.0 + uses: peter-evans/create-issue-from-file@v6.0.0 with: title: Link Checker Report content-filepath: ./lychee/out.md