From 64be0a1600d2f63aea29ebc6f03b8732dc672da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 10:17:28 +0000 Subject: [PATCH] chore(deps): update actions/stale action to v10 --- .github/workflows/close-stale-prs-after-30-days.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale-prs-after-30-days.yml b/.github/workflows/close-stale-prs-after-30-days.yml index 916aab28..280a604a 100644 --- a/.github/workflows/close-stale-prs-after-30-days.yml +++ b/.github/workflows/close-stale-prs-after-30-days.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-24.04 steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 with: stale-pr-message: 'This PR has been marked with label stale Since it has been inactive for 20 days. It will automatically be closed in 10 days if no further activity occurs.' close-pr-message: 'This PR has been automatically closed because it has been inactive for 30 days. Please reopen if you are still working on it.'