From c37b4a0faccfd09ee5fff07baa071776d838aaf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:25:08 +0000 Subject: [PATCH] chore(deps): bump actions/stale Bumps [actions/stale](https://github.com/actions/stale) from 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6 to d6f8a33132340b15a7006f552936e4b9b39c00ec. - [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...d6f8a33132340b15a7006f552936e4b9b39c00ec) --- updated-dependencies: - dependency-name: actions/stale dependency-version: d6f8a33132340b15a7006f552936e4b9b39c00ec 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..b3e780e 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@d6f8a33132340b15a7006f552936e4b9b39c00ec # (latest, untagged) with: operations-per-run: 200 ascending: true