glenn-jocher commited on
Commit
fda8df7
1 Parent(s): fea9c9b

actions/stale@v3 (#1868)

Browse files
Files changed (1) hide show
  1. .github/workflows/stale.yml +1 -1
.github/workflows/stale.yml CHANGED
@@ -7,7 +7,7 @@ jobs:
7
  stale:
8
  runs-on: ubuntu-latest
9
  steps:
10
- - uses: actions/stale@v1
11
  with:
12
  repo-token: ${{ secrets.GITHUB_TOKEN }}
13
  stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
 
7
  stale:
8
  runs-on: ubuntu-latest
9
  steps:
10
+ - uses: actions/stale@v3
11
  with:
12
  repo-token: ${{ secrets.GITHUB_TOKEN }}
13
  stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'