From e574ece9c4b6a86ad21cd28dfa6b73c10f06158f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 12:27:57 +0000 Subject: [PATCH] Update actions/stale action to v9.1.0 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 69a2ed4..379503a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v9.0.0 + - uses: actions/stale@v9.1.0 with: stale-pr-message: 'This pull request has been marked as inactive because it has been open for 30 days and has no activity. Remove the "stale" label or this comment, otherwise this pull request will be closed in 5 days.' close-pr-message: 'This pull request has been closed because it has had no activity for 5 days.'