From 801c6ca418fc75f49149f113b70b52ff38937af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:29:34 +0000 Subject: [PATCH] fix(deps): bump actions/stale from 9.1.0 to 10.0.0 Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.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/5bef64f19d7facfb25b37b414482c7164d639639...3a9db7e6a41a89f618792c92c0e97cc736e1b13f) --- updated-dependencies: - dependency-name: actions/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/stale_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 .github/workflows/stale_issues.yml diff --git a/.github/workflows/stale_issues.yml b/.github/workflows/stale_issues.yml old mode 100755 new mode 100644 index 7de27ef..3ce19ad --- a/.github/workflows/stale_issues.yml +++ b/.github/workflows/stale_issues.yml @@ -17,7 +17,7 @@ jobs: stale: runs-on: ubuntu-22.04 steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # pin@v9 + - uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # pin@v9 with: stale-issue-message: "This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 21 days." days-before-stale: 180