From 4c64e07ea9f064675a197c0d4c19f41d11c30ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:04:38 +0000 Subject: [PATCH] chore(deps): bump actions/stale Bumps [actions/stale](https://github.com/actions/stale) from 3f3b0175e8c66fb49b9a6d5a0cd1f8436d4c3ab6 to a21a0816299b11691f9592ef0d63d08e02f06d9d. - [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...a21a0816299b11691f9592ef0d63d08e02f06d9d) --- updated-dependencies: - dependency-name: actions/stale dependency-version: a21a0816299b11691f9592ef0d63d08e02f06d9d 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..1499459 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@a21a0816299b11691f9592ef0d63d08e02f06d9d # (latest, untagged) with: operations-per-run: 200 ascending: true