From 977373349ca97d5e05100ff33ff0418c67bb0e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:23:36 +0000 Subject: [PATCH] Bump actions/stale from 9 to 11 Bumps [actions/stale](https://github.com/actions/stale) from 9 to 11. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/v9...v11) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6b0e986..6d52baa 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: name: Inactivity cleanup runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v11 with: stale-issue-message: 'This issue has been quiet for a while. If it is still relevant, add context and it will stay open.' stale-pr-message: 'This pull request has been quiet for a while. If work is still active, leave a note and it will stay open.' @@ -33,7 +33,7 @@ jobs: name: Author feedback timeout runs-on: ubuntu-latest steps: - - uses: actions/stale@v9 + - uses: actions/stale@v11 with: only-issue-labels: 'status: needs-author-feedback' stale-issue-message: 'This issue is waiting on author feedback. If the requested context is not added, it will be closed after the follow-up window.'