Skip to content

Commit

Permalink
Use specific version of stale action
Browse files Browse the repository at this point in the history
This makes it easier to track different behavior between versions.
  • Loading branch information
nijel committed Feb 4, 2021
1 parent f20a13d commit 4b0adef
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 @@ -15,7 +15,7 @@ jobs:
stale-issues:
runs-on: ubuntu-20.04
steps:
- uses: actions/stale@v3
- uses: actions/stale@v3.0.15
with:
days-before-stale: 30
days-before-close: 14
Expand Down

0 comments on commit 4b0adef

Please sign in to comment.