From bfe8042c4ec3f58bb03cec1c3daae310a8063c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:51:39 +0000 Subject: [PATCH] chore(deps): bump actions/stale from 5 to 10 Bumps [actions/stale](https://github.com/actions/stale) from 5 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/v5...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/housekeeping-no-response.yml | 2 +- .github/workflows/housekeeping-stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/housekeeping-no-response.yml b/.github/workflows/housekeeping-no-response.yml index f05aa35..4741add 100644 --- a/.github/workflows/housekeeping-no-response.yml +++ b/.github/workflows/housekeeping-no-response.yml @@ -17,7 +17,7 @@ jobs: group: "${{ github.workflow }}" cancel-in-progress: true steps: - - uses: actions/stale@v5 + - uses: actions/stale@v10 with: repo-token: ${{ github.token }} # This workflow does not mark items stale. It only closes items diff --git a/.github/workflows/housekeeping-stale.yml b/.github/workflows/housekeeping-stale.yml index 45b1615..36cef37 100644 --- a/.github/workflows/housekeeping-stale.yml +++ b/.github/workflows/housekeeping-stale.yml @@ -17,7 +17,7 @@ jobs: group: "${{ github.workflow }}" cancel-in-progress: true steps: - - uses: actions/stale@v5 + - uses: actions/stale@v10 with: repo-token: ${{ github.token }} days-before-close: 30