This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 7e72e299f RATIS-2618. Bump actions/stale to 10.4.0 (#1521)
7e72e299f is described below
commit 7e72e299fcac053c60a29a2c81568c23aad9864a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 09:41:22 2026 +0200
RATIS-2618. Bump actions/stale to 10.4.0 (#1521)
---
.github/workflows/close-stale-pr.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/close-stale-pr.yaml
b/.github/workflows/close-stale-pr.yaml
index 11844ed49..6bb7ef2ae 100644
--- a/.github/workflows/close-stale-pr.yaml
+++ b/.github/workflows/close-stale-pr.yaml
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-slim
steps:
- name: Close Stale PRs
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
+ uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
with:
stale-pr-label: 'stale'
exempt-draft-pr: false