Skip to content

Commit ce95ba2

Browse files
Bump actions/stale from 5.0.0 to 5.1.0 (#2735)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fdf922 commit ce95ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/close_stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write # for actions/stale to close stale PRs
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 # tag=v5
15+
- uses: actions/stale@532554b8a8498a0e006fbcde824b048728c4178f # tag=v5
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.'

0 commit comments

Comments
 (0)