diff --git a/.github/workflows/stale_issues_and_prs.yml b/.github/workflows/stale_issues_and_prs.yml index 93d7bb721b..88651c519b 100644 --- a/.github/workflows/stale_issues_and_prs.yml +++ b/.github/workflows/stale_issues_and_prs.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: stale-issue-message: 'This issue is marked stale because it has been open 30 days with no activity. Remove stale label or update the issue, otherwise it will be closed in 14 days.' stale-pr-message: 'This PR is marked stale because it has been open 60 days with no activity. Remove stale label or update the PR, otherwise it will be closed in 14 days.'