chore(deps): bump actions/stale from 6 to 7 (#9242)

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

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/9251/head
dependabot[bot] 2023-01-03 13:58:29 -05:00 committed by GitHub
parent 9ae2611493
commit f6543ece7d
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
steps:
- name: Stale issues
uses: actions/stale@v6
uses: actions/stale@v7
id: stale-issues
with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }}
@ -84,7 +84,7 @@ jobs:
run: echo ${{ join(steps.stale-issues.outputs.*, ',') }}
- name: Stale Pull Requests
uses: actions/stale@v6
uses: actions/stale@v7
id: stale-prs
with:
debug-only: ${{ github.event.inputs.debug-only == 'true' }}