chore(deps): bump actions/stale from 7 to 8 (#9317)

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

---
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/9349/head
dependabot[bot] 2023-04-18 16:20:59 -04:00 committed by GitHub
parent acfe8259b4
commit d857b1d7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- name: Stale issues - name: Stale issues
uses: actions/stale@v7 uses: actions/stale@v8
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@v7 uses: actions/stale@v8
id: stale-prs id: stale-prs
with: with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }} debug-only: ${{ github.event.inputs.debug-only == 'true' }}