Merge pull request #78 from thewtex/dependabot/github_actions/actions/stale-5

Bump actions/stale from 4 to 5
This commit is contained in:
Matt McCormick 2022-05-06 22:41:50 -04:00 committed by GitHub
commit 651b134b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
exempt-issue-milestones: 'future,alpha,beta,release'