From 70b4ece41594e64bc40297ec2861f78c2a3fcd10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 10:49:43 +1000 Subject: [PATCH] Update crs-k/stale-branches action to v6.0.2 (#48) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 ac06a56..436c690 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.1 + uses: crs-k/stale-branches@v6.0.2 with: repo-token: ${{ inputs.token }} days-before-stale: ${{ inputs.days-before-branch-stale }}