diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 0ef1110df24..28120c8e22a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: stale: runs-on: ubuntu-slim steps: - - uses: actions/stale@v10 + - uses: actions/stale@v11 with: # Number of GitHub API calls to allow in a single run (to avoid hitting GitHub's rate limit) # Default is 30. But, we've found that only results in processing ~7 issues or PRs. So, we've increased it.