diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index f3162b0..5fdaf70 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Close stale issues - uses: actions/stale@v9 + uses: actions/stale@v10 with: any-of-labels: 'Needs more info' stale-issue-message: 'This issue is now stale because it has been open for 14 days with no activity. Please provide the requested information or the issue will be closed automatically.'