Skip to content

Commit 57098da

Browse files
Update actions/stale action to v10.1.0 (#9)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 121374b commit 57098da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/close_stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
pull-requests: write
1414
steps:
15-
- uses: actions/stale@v10.0.0
15+
- uses: actions/stale@v10.1.0
1616
with:
1717
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
1818
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days.'

0 commit comments

Comments
 (0)