From a76a5418e67d1510eb0a47045873ef8e5ce18a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:27:45 +0000 Subject: [PATCH] chore(deps): bump actions/stale Bumps [actions/stale](https://github.com/actions/stale) from 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6 to b5d41d4e1d5dceea10e7104786b73624c18a190f. - [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/3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6...b5d41d4e1d5dceea10e7104786b73624c18a190f) --- updated-dependencies: - dependency-name: actions/stale dependency-version: b5d41d4e1d5dceea10e7104786b73624c18a190f dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 1215462..6e28123 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -12,7 +12,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/stale@3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6 # (latest, untagged) + - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # (latest, untagged) with: operations-per-run: 200 ascending: true