summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-08-01 22:25:39 +0000
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-08-20 23:54:18 +0300
commitfcbd59ea37f15c9bf800ded2b1ea8e95c2cc4f2e (patch)
treef0927614c9a195f7b9c717c6b14b0b3e8ac23982
parent99dbc2dcdc61f39c6d13f778d7e65544aa3c5461 (diff)
Bump actions/stale from 10 to 11
Bumps [actions/stale](https://github.com/actions/stale) from 10 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/v10...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] <support@github.com>
-rw-r--r--.github/workflows/stale.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml
index edfe71b693..e1a88a8c25 100644
--- a/.github/workflows/stale.yaml
+++ b/.github/workflows/stale.yaml
@@ -12,7 +12,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- - uses: actions/stale@v10
+ - uses: actions/stale@v11
id: stale
with:
stale-pr-message: This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or it will be closed in 7 days