From 1bf542bfa784a0b689970f8a1710a5f58dc1fefa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 07:10:31 +0000 Subject: [PATCH] Bump actions/stale in the github-actions group Bumps the github-actions group with 1 update: [actions/stale](https://github.com/actions/stale). Updates `actions/stale` from 816d9db1aba399a7f70277f1a2b01a4d21497fdd to f78de9780efb7a789cf4745957fa3374cbb94fd5 - [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/816d9db1aba399a7f70277f1a2b01a4d21497fdd...f78de9780efb7a789cf4745957fa3374cbb94fd5) --- updated-dependencies: - dependency-name: actions/stale dependency-version: f78de9780efb7a789cf4745957fa3374cbb94fd5 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 21e6936..d0795de 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/stale@816d9db1aba399a7f70277f1a2b01a4d21497fdd + - uses: actions/stale@f78de9780efb7a789cf4745957fa3374cbb94fd5 with: days-before-issue-stale: 120 days-before-pr-stale: 14