From 458d890eb88285739a9933af57095b43cce4801a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:43:59 +0000 Subject: [PATCH] build(deps): Bump actions/stale in the all-actions group Bumps the all-actions group with 1 update: [actions/stale](https://github.com/actions/stale). Updates `actions/stale` from 10.1.1 to 10.2.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/v10.1.1...v10.2.0) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/close-inactive-issues_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-issues_ci.yml b/.github/workflows/close-inactive-issues_ci.yml index 8eeb1e25c..92ebccfd6 100644 --- a/.github/workflows/close-inactive-issues_ci.yml +++ b/.github/workflows/close-inactive-issues_ci.yml @@ -12,7 +12,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@v10.1.1 + - uses: actions/stale@v10.2.0 with: days-before-issue-stale: 30 days-before-issue-close: 14