From 85df92b75211bfe262d7d7ded2a10e5cad87fb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 19:04:31 +0000 Subject: [PATCH] chore(deps): bump actions/stale from 9.0.0 to 10.4.0 Bumps [actions/stale](https://github.com/actions/stale) from 9.0.0 to 10.4.0. - [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/28ca1036281a5e5922ead5184a1bbf96e5fc984e...1e223db275d687790206a7acac4d1a11bd6fe629) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 6f5b1be..f20890a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 + - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v9 with: stale-issue-message: "This issue has been inactive for 60 days. It will be closed in 14 days unless there is new activity." stale-pr-message: "This PR has been inactive for 30 days. It will be closed in 14 days unless there is new activity."