chore(deps): bump actions/stale from 8 to 9 (#10998)

Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [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...v9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/11001/head
dependabot[bot] 12 months ago committed by GitHub
parent 87d66f24ff
commit 5e2c7c0379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/stale.yml

@ -46,7 +46,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Stale issues - name: Stale issues
uses: actions/stale@v8 uses: actions/stale@v9
id: stale-issues id: stale-issues
with: with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }} debug-only: ${{ github.event.inputs.debug-only == 'true' }}
@ -84,7 +84,7 @@ jobs:
run: echo ${{ format('{0},{1}', toJSON(steps.stale-issues.outputs.staled-issues-prs), toJSON(steps.stale-issues.outputs.closed-issues-prs)) }} run: echo ${{ format('{0},{1}', toJSON(steps.stale-issues.outputs.staled-issues-prs), toJSON(steps.stale-issues.outputs.closed-issues-prs)) }}
- name: Stale Pull Requests - name: Stale Pull Requests
uses: actions/stale@v8 uses: actions/stale@v9
id: stale-prs id: stale-prs
with: with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }} debug-only: ${{ github.event.inputs.debug-only == 'true' }}

Loading…
Cancel
Save