From de0902cf5fcaa8e6a9b2919d92a5012953474427 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:11:15 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v10 --- .github/workflows/prune.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index 45c792d..3bc6c8f 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: "Prune issues and pull requests" - uses: "actions/stale@v8" + uses: "actions/stale@v10" with: days-before-close: "${{ env.DAYS_BEFORE_CLOSE }}" days-before-stale: "${{ env.DAYS_BEFORE_STALE }}"