Update actions/stale action to v9 (#3832)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-07 23:43:12 +08:00
committed by GitHub
parent f4425d95e3
commit bd461eb474

View File

@@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-issue-message: This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.
stale-pr-message: This PR is stale because it has been open for 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.