diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b3ab6128..c747f839 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: # pull-requests: write # only makes issues stale, not PRs steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity. Respond with a comment or this will be closed in 7 days.' days-before-stale: 30 # Days before an issue becomes stale