From 2bd3052515752c1170fd459698457df77fc72a76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:50:54 +0000 Subject: [PATCH] chore(deps): bump actions/stale Bumps [actions/stale](https://github.com/actions/stale) from eaf9131fae5eafd0c31a64ebe3a2e183266fec48 to a3fff30a8a36d153e9360ddcc6a76c21f90fd014. - [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/eaf9131fae5eafd0c31a64ebe3a2e183266fec48...a3fff30a8a36d153e9360ddcc6a76c21f90fd014) --- updated-dependencies: - dependency-name: actions/stale dependency-version: a3fff30a8a36d153e9360ddcc6a76c21f90fd014 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/stale-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index fca2763..8bf0ca0 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -13,7 +13,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@eaf9131fae5eafd0c31a64ebe3a2e183266fec48 + - uses: actions/stale@a3fff30a8a36d153e9360ddcc6a76c21f90fd014 with: days-before-issue-stale: 90 days-before-issue-close: 14