From cd961af818db67f5332967409c60339e6deabd27 Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:45:59 +0200 Subject: [PATCH] CI: update stale branch action (#112836) update stale branch action --- .github/workflows/cleanup-branches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-branches.yml b/.github/workflows/cleanup-branches.yml index 00cb4f26541..7f4a6909e6e 100644 --- a/.github/workflows/cleanup-branches.yml +++ b/.github/workflows/cleanup-branches.yml @@ -12,7 +12,7 @@ jobs: pull-requests: read steps: - uses: actions/checkout@v5 - - uses: grafana/shared-workflows/actions/cleanup-branches@cleanup-branches/v1.0.0 + - uses: grafana/shared-workflows/actions/cleanup-branches@cleanup-branches/v0.2.1 with: dry-run: true max-date: "1 month ago"