From cb8354b915d4d9240e9d3552bfe57fca5707d723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:50:21 +0000 Subject: [PATCH] chore(deps): bump actions/stale Bumps [actions/stale](https://github.com/actions/stale) from 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6 to db5d06a4c82d5e94513c09c406638111df61f63e. - [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...db5d06a4c82d5e94513c09c406638111df61f63e) --- updated-dependencies: - dependency-name: actions/stale dependency-version: db5d06a4c82d5e94513c09c406638111df61f63e 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..55722b1 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@db5d06a4c82d5e94513c09c406638111df61f63e # (latest, untagged) with: operations-per-run: 200 ascending: true