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 02a61e6af2a [hotfix][ci] Bump `github-script` to v9 in `action.yml`
02a61e6af2a is described below

commit 02a61e6af2a84cecc9a88855757fa8c8af47aec8
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Fri Aug 14 21:42:57 2026 +0200

    [hotfix][ci] Bump `github-script` to v9 in `action.yml`
---
 .github/actions/last_workflow_run/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/last_workflow_run/action.yml 
b/.github/actions/last_workflow_run/action.yml
index c59bebbe2ed..79459653d03 100644
--- a/.github/actions/last_workflow_run/action.yml
+++ b/.github/actions/last_workflow_run/action.yml
@@ -40,7 +40,7 @@ runs:
   steps:
     - name: "Query workflow runs"
       id: resolve
-      uses: actions/github-script@v7
+      uses: actions/github-script@v9
       with:
         script: |
           const workflowId = "${{ inputs.workflow_id }}";

Reply via email to