From 0394407ebcac018afc72ae4f0b42cb2899653e2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:05:06 +0000 Subject: [PATCH] chore(deps-dev): update actions/stale action to v10 --- .github/workflows/pr-stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-stale.yaml b/.github/workflows/pr-stale.yaml index 35eb78ce..811a6ef7 100644 --- a/.github/workflows/pr-stale.yaml +++ b/.github/workflows/pr-stale.yaml @@ -11,7 +11,7 @@ jobs: permissions: issues: write steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 + - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 with: days-before-close: '120' stale-pr-label: stale