From 9aa5533d46a7e118b893ee26d3f2df84caa27a9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:41:37 +0000 Subject: [PATCH] chore(deps): 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