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 4e3061e2566 [hotfix][ci] Bump GitHub script action to version 9
4e3061e2566 is described below

commit 4e3061e25664111df4039dfc36dd03d6b8a383d1
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Aug 7 16:06:22 2026 +0200

    [hotfix][ci] Bump GitHub script action to version 9
---
 .github/workflows/nightly-trigger.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightly-trigger.yml 
b/.github/workflows/nightly-trigger.yml
index 682b66e4263..bb98eff7407 100644
--- a/.github/workflows/nightly-trigger.yml
+++ b/.github/workflows/nightly-trigger.yml
@@ -53,7 +53,7 @@ jobs:
           branch: ${{ matrix.branch }}
 
       - name: Trigger Workflow
-        uses: actions/github-script@v7
+        uses: actions/github-script@v9
         with:
           script: |
             const branch = '${{ matrix.branch }}';

Reply via email to