Merge pull request #1805 from containers/renovate/actions-stale-6.x

[skip-ci] Update actions/stale action to v6
This commit is contained in:
Chris Evich 2022-11-08 14:48:13 -05:00 committed by GitHub
commit cf29c73079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
pull-requests: write # for actions/stale to close stale PRs
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'A friendly reminder that this issue had no activity for 30 days.'