You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale-issues.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
13
13
runs-on: ubuntu-latest
14
14
steps:
15
-
- uses: actions/stale@v3
15
+
- uses: actions/stale@v9
16
16
with:
17
17
repo-token: ${{ secrets.GITHUB_TOKEN }}
18
18
stale-issue-message: 'If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 30 days this issue will be closed.'
0 commit comments