From 79b0994087ffc8044eacbe429cdb03a28470b4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 19:33:10 +0000 Subject: [PATCH] GitHub Action: Bump actions/stale from 8 to 10 Bumps [actions/stale](https://github.com/actions/stale) from 8 to 10. - [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/v8...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ffd6436be9..aa06fe094e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check for Stale Items - uses: actions/stale@v8 + uses: actions/stale@v10 with: days-before-issue-close: -1 days-before-issue-stale: -1