From 933ac64be08741d7528012d8a9725c4defa6ff1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:30:34 +0000 Subject: [PATCH] Bump actions/stale in /.github/workflows in the version-update group Bumps the version-update group in /.github/workflows with 1 update: [actions/stale](https://github.com/actions/stale). Updates `actions/stale` from 10.1.0 to 10.1.1 - [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.1.0...v10.1.1) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-update ... Signed-off-by: dependabot[bot] --- .github/workflows/housekeeping.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/housekeeping.yaml b/.github/workflows/housekeeping.yaml index f3e792bf..6ceb30ca 100644 --- a/.github/workflows/housekeeping.yaml +++ b/.github/workflows/housekeeping.yaml @@ -60,7 +60,7 @@ jobs: steps: - name: Tidy stale PRs and issues - uses: actions/stale@v10.1.0 + uses: actions/stale@v10.1.1 with: days-before-issue-stale: 183 days-before-issue-close: -1