From 6432b224e58b033108be75a609d4423f5f5d3dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 18:06:22 +0000 Subject: [PATCH] chore(deps): bump actions/stale from 9.1.0 to 10.4.0 Bumps [actions/stale](https://github.com/actions/stale) from 9.1.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/5bef64f19d7facfb25b37b414482c7164d639639...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/close-inactive-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-prs.yml b/.github/workflows/close-inactive-prs.yml index 03b226107..a65258c6b 100644 --- a/.github/workflows/close-inactive-prs.yml +++ b/.github/workflows/close-inactive-prs.yml @@ -22,7 +22,7 @@ jobs: group: databricks-protected-runner-group labels: linux-ubuntu-latest steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 + - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0 with: # Only operate on pull requests, leave issues untouched. days-before-issue-stale: -1