From 7f9f56913154542a414b32ca8407e984eab4fcbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 06:38:52 +0000 Subject: [PATCH] Update actions/stale action to v10 --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 69a2ed4..af62445 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v9.0.0 + - uses: actions/stale@v10.1.0 with: stale-pr-message: 'This pull request has been marked as inactive because it has been open for 30 days and has no activity. Remove the "stale" label or this comment, otherwise this pull request will be closed in 5 days.' close-pr-message: 'This pull request has been closed because it has had no activity for 5 days.'