build(deps): bump actions/stale from 8.0.0 to 9.0.0

Bumps [actions/stale](https://github.com/actions/stale) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-11 14:59:10 +00:00 committed by GitHub
parent 3f8fedd618
commit 91f5083011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
steps: steps:
- name: Close Stale Issues and Pull Requests - name: Close Stale Issues and Pull Requests
uses: actions/stale@v8.0.0 uses: actions/stale@v9.0.0
with: with:
days-before-issue-stale: 90 days-before-issue-stale: 90
days-before-pr-stale: 30 days-before-pr-stale: 30