From b8f2c053851a0b5d69e6a35c35ba1a7d49056a27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 03:51:17 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v11 --- .github/workflows/reproduire-close.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reproduire-close.yml b/.github/workflows/reproduire-close.yml index 1d2ffd3..121bf17 100644 --- a/.github/workflows/reproduire-close.yml +++ b/.github/workflows/reproduire-close.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 with: days-before-stale: -1 # Issues and PR will never be flagged stale automatically. stale-issue-label: "needs reproduction" # Label that flags an issue as stale.