From 1b8b6d764158a4f8a5a0d1c4634f4d72a37b2d98 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 Jul 2026 21:57:45 +0000 Subject: [PATCH] chore(deps): 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 2d901c9f4..81c4b2370 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is considered Stale and will be automatically closed in 7 days unless more info is provided'