From ec9761de6802306987dd0a6c92a985f9b769d084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:18:24 +0000 Subject: [PATCH] chore(ci): bump peter-evans/create-issue-from-file from 5 to 6 Dependabot couldn't find the original pull request head commit, c36e50ea2d9a27d441a14f297cafd2dedb6758b3. --- .github/workflows/stale-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-branches.yml b/.github/workflows/stale-branches.yml index 3fb2787..219012e 100644 --- a/.github/workflows/stale-branches.yml +++ b/.github/workflows/stale-branches.yml @@ -49,7 +49,7 @@ jobs: - name: Create issue if stale branches found if: steps.stale.outputs.stale_count != '0' - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v6 with: title: "chore: Stale branches cleanup needed" content-filepath: report.md