From 45e4a45c1c6d0f43c9f9e975a943fbbc6964dcce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:19:16 +0000 Subject: [PATCH] Update crs-k/stale-branches action to v5 --- 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 61b2414..4371b14 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@v4.1.0 + uses: crs-k/stale-branches@v5.0.0 with: repo-token: ${{ inputs.token }} days-before-stale: ${{ inputs.days-before-branch-stale }}