Skip to content

Commit

Permalink
Update to use recent version of stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson committed Dec 20, 2021
1 parent 293c732 commit 7046834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.'
Expand Down

0 comments on commit 7046834

Please sign in to comment.