From de5c68d19c39bd2931af8e221213e532648f570a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 13:58:12 +0000 Subject: [PATCH] feat(github-action)!: Update peter-evans/create-issue-from-file action to v6.0.0 --- .github/workflows/link-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yaml b/.github/workflows/link-check.yaml index 1bc732956..1bb36fcae 100644 --- a/.github/workflows/link-check.yaml +++ b/.github/workflows/link-check.yaml @@ -29,7 +29,7 @@ jobs: broken-links - name: Update Issue - uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1 + uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0 with: title: Broken links detected 🔗 issue-number: "${{ steps.link-checker-issue.outputs.issue-number }}"