Merge pull request #110 from thewtex/dependabot/github_actions/actions/stale-10

Bump actions/stale from 9 to 10
This commit is contained in:
Matt McCormick 2026-05-13 16:07:02 -04:00 committed by GitHub
commit 451107b7eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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