Skip to content

Commit 0cff007

Browse files
Update actions/stale action to v10
1 parent a285bda commit 0cff007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@v9.0.0
14+
- uses: actions/stale@v10.0.0
1515
with:
1616
stale-pr-message: 'This pull request has been marked as inactive because it has been open for 30 days and has no activity. Remove the "stale" label or this comment, otherwise this pull request will be closed in 5 days.'
1717
close-pr-message: 'This pull request has been closed because it has had no activity for 5 days.'

0 commit comments

Comments
 (0)