From c075fdbceaacd693853d7ac4ff1b72ad6c99cbfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:04:18 +0000 Subject: [PATCH] chore(actions): update actions/stale action to v11 --- .github/workflows/stale-issue-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issue-pr.yaml b/.github/workflows/stale-issue-pr.yaml index 352c8b42..4b65ee94 100644 --- a/.github/workflows/stale-issue-pr.yaml +++ b/.github/workflows/stale-issue-pr.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: Mark stale issues and PRs - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 # Use the latest version of the Stale Action + uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 # Use the latest version of the Stale Action with: # Label to apply to stale issues stale-issue-label: 'stale'