From 88402def67b7dc8943bf2c287b5a478e7cee2194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 13:31:21 +0000 Subject: [PATCH] Update actions/stale action to v9.1.0 --- 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 436c690..c3dc31a 100644 --- a/actions/clean-up-repo/action.yml +++ b/actions/clean-up-repo/action.yml @@ -32,7 +32,7 @@ runs: steps: - name: Clean issues and PRs id: stale_issues_prs - uses: actions/stale@v9.0.0 + uses: actions/stale@v9.1.0 with: repo-token: ${{ inputs.token }} stale-issue-message: 'This issue is stale because it has been open ${{ inputs.days-before-pr-stale }} days with no activity. Remove stale label or comment or this will be closed in ${{ inputs.days-before-pr-delete }} days'