From e0f66c78736043296eadb052353af1448fde0e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:37:07 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7516b71..f258a2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: pull-requests: write steps: - name: Stale action - uses: actions/stale@v10 + uses: actions/stale@v11 labeler: runs-on: ubuntu-latest