From e736a54f88988575561881929255549f8e9fac6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:06:04 +0000 Subject: [PATCH] chore(deps): bump actions/stale from 9 to 10 Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10. - [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/v9...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stalebot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stalebot.yaml b/.github/workflows/stalebot.yaml index ab0c7816e..e75da3fe8 100644 --- a/.github/workflows/stalebot.yaml +++ b/.github/workflows/stalebot.yaml @@ -19,7 +19,7 @@ jobs: permissions: issues: write steps: - - uses: actions/stale@v9 # https://github.com/actions/stale + - uses: actions/stale@v10 # https://github.com/actions/stale with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-issue-stale: ${{ env.DAYS_BEFORE_ISSUE_STALE }} @@ -42,7 +42,7 @@ jobs: pull-requests: write issues: write steps: - - uses: actions/stale@v9 # https://github.com/actions/stale + - uses: actions/stale@v10 # https://github.com/actions/stale with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-pr-stale: ${{ env.DAYS_BEFORE_PR_STALE }}