From 2c72a368b7841323d5b7863c6a0cb6dc42de1e0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:23:44 +0000 Subject: [PATCH] Bump actions/stale from 9.0.0 to 11.0.0 Bumps [actions/stale](https://github.com/actions/stale) from 9.0.0 to 11.0.0. - [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/28ca1036281a5e5922ead5184a1bbf96e5fc984e...4391f3da665fdf50b6810c1a66712fb9ba21aa93) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reuse_all_stale_bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuse_all_stale_bot.yml b/.github/workflows/reuse_all_stale_bot.yml index 2275e30..9eaa9c5 100644 --- a/.github/workflows/reuse_all_stale_bot.yml +++ b/.github/workflows/reuse_all_stale_bot.yml @@ -12,7 +12,7 @@ jobs: permissions: issues: write steps: - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11.0.0 with: stale-issue-message: 'This issue has been marked stale due to lack of activity. Remove the stale label or make a comment to keep this issue open, or it will be closed automatically.' stale-pr-message: 'This pr has been marked stale due to lack of activity. Remove the stale label, make a comment or push a commit to keep this issue open, or it will be closed automatically.'