Merge pull request #68 from thewtex/dependabot/github_actions/actions/stale-4

Bump actions/stale from 3 to 4
This commit is contained in:
Matt McCormick 2021-08-03 17:36:10 -04:00 committed by GitHub
commit 37b08090f1
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@v3
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
exempt-issue-milestones: 'future,alpha,beta,release'