From 81709a89e2f99075f2e62b8d108018d9994b485a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 13:48:43 +0000 Subject: [PATCH] Update crs-k/stale-branches action to v7 --- actions/clean-up-repo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/clean-up-repo/action.yml b/actions/clean-up-repo/action.yml index c3dc31a..78e06eb 100644 --- a/actions/clean-up-repo/action.yml +++ b/actions/clean-up-repo/action.yml @@ -62,7 +62,7 @@ runs: - name: Clean branches id: cleanup_branches - uses: crs-k/stale-branches@v6.0.2 + uses: crs-k/stale-branches@v7.0.0 with: repo-token: ${{ inputs.token }} days-before-stale: ${{ inputs.days-before-branch-stale }}