From 4ee2e5e5cf7afc62d50d0dce6c7fba329c421737 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:30:48 +0000 Subject: [PATCH] Update actions/stale action to v11 --- .github/workflows/close-inactive-issues-and-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-issues-and-prs.yml b/.github/workflows/close-inactive-issues-and-prs.yml index 78a6830..23d1059 100644 --- a/.github/workflows/close-inactive-issues-and-prs.yml +++ b/.github/workflows/close-inactive-issues-and-prs.yml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11 with: only-labels: "status: waiting-for-feedback" days-before-stale: 14