diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5dfc7c669..c144c83d0 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem'