From dd0b58852bf3bfa3803a3e17ab49c82bc0992008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:34:00 +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 62dcea6b..6d68537d 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v10 + - uses: actions/stale@v11 with: repo-token: ${{ secrets.GIT_HUB_TOKEN }} stale-issue-message: 'This issue has been automatically closed due to inactivity. Feel free to comment in order to reopen.'