From 93b26af19667454328531f035c6e22229d26941c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:30:29 +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/stale-issues.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index a84093308..c1abdf309 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -23,7 +23,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@v10 name: Standard issue and PR stale bot with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -40,7 +40,7 @@ jobs: stale-issue-label: "stale" stale-pr-label: "stale" - - uses: actions/stale@v9 + - uses: actions/stale@v10 name: Question and Resolved issue stale bot with: repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -52,7 +52,7 @@ jobs: stale-issue-message: "We have noticed this issue has been resolved for 5 days. If there is no action on this issue in the next 2 days, we will automatically close it. You can use `/stale-extend` to extend the window." stale-issue-label: "stale" - - uses: actions/stale@v9 + - uses: actions/stale@v10 name: Awaiting response issue and PR stale bot with: repo-token: ${{ secrets.GITHUB_TOKEN }}