Skip to content

Commit

Permalink
Fix stale GH action to use proper latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Mar 11, 2020
1 parent 2d0b321 commit db9e506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1.0.0
- uses: actions/stale@v1.1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: |
Expand Down

0 comments on commit db9e506

Please sign in to comment.