From 5654ab80cd89ec45a0a2b2b2b52751d8b10d071d Mon Sep 17 00:00:00 2001 From: "webgrip-renovate[bot]" <260330706+webgrip-renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:22:28 +0000 Subject: [PATCH] Update actions/stale action to v11 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fda236aa..490ff573 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v11 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 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'