From 92bb225774888f06c395b2f1cc51bc71303324b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:27:52 +0000 Subject: [PATCH] Update actions/stale action to v9 --- 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 93be136..f0bf5fb 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@v8.0.0 + uses: actions/stale@v9.0.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'