Skip to content

Commit

Permalink
Update version of stale action to 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ink8bit committed May 27, 2023
1 parent 2d0b907 commit 2f86b62
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'There was no any activity in this issue'
Expand Down

0 comments on commit 2f86b62

Please sign in to comment.