This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new c2eefe3a6c4 [hotfix][ci] Bump stale action to v11
c2eefe3a6c4 is described below

commit c2eefe3a6c48ea20bd71f981c04e5d0f43525cbc
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Thu Jul 30 12:16:14 2026 +0200

    [hotfix][ci] Bump stale action to v11
---
 .github/workflows/stale.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index d5640949b34..9dc129ff56d 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -42,7 +42,7 @@ jobs:
     if: github.repository_owner == 'apache'
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v9
+      - uses: actions/stale@v11
         with:
           operations-per-run: ${{ inputs.operationsPerRun || 500 }}
           ascending: true

Reply via email to