From 356e24d797b8dd710f451f764cb143bcc84f781e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 13:45:52 +0000 Subject: [PATCH] Update crs-k/stale-branches action to v3.1.4 --- 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 83235cd..126088d 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@v3.1.3 + uses: crs-k/stale-branches@v3.1.4 with: repo-token: ${{ inputs.token }} days-before-stale: ${{ inputs.days-before-branch-stale }}