From 74f1d4e968940f84f437f4f32364f6cad074511a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Jul 2026 03:09:20 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v11 --- .github/workflows/review-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review-stale.yml b/.github/workflows/review-stale.yml index 43e2ee34b61..06ae06c5c69 100644 --- a/.github/workflows/review-stale.yml +++ b/.github/workflows/review-stale.yml @@ -13,7 +13,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v10 + - uses: actions/stale@v11.0.0 with: stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.'