diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-08-01 22:25:39 +0000 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-08-20 23:54:18 +0300 |
| commit | fcbd59ea37f15c9bf800ded2b1ea8e95c2cc4f2e (patch) | |
| tree | f0927614c9a195f7b9c717c6b14b0b3e8ac23982 | |
| parent | 99dbc2dcdc61f39c6d13f778d7e65544aa3c5461 (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.yaml | 2 |
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 |
