From ec5831543ecf2a0150a265adb9cda924ed7bae57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:57:56 +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 35eb78c..3b767ce 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@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0 with: days-before-close: '120' stale-pr-label: stale