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

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


The following commit(s) were added to refs/heads/master by this push:
     new 034d7bf2190 Bump actions/github-script from 8 to 9 (#38402)
034d7bf2190 is described below

commit 034d7bf219079b39c40f95066c761cc3a4382e6b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 7 09:10:32 2026 -0400

    Bump actions/github-script from 8 to 9 (#38402)
    
    Bumps [actions/github-script](https://github.com/actions/github-script) 
from 8 to 9.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v8...v9)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: '9'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/assign_milestone.yml | 2 +-
 .github/workflows/self-assign.yml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/assign_milestone.yml 
b/.github/workflows/assign_milestone.yml
index 300b990bf99..542d2a551f6 100644
--- a/.github/workflows/assign_milestone.yml
+++ b/.github/workflows/assign_milestone.yml
@@ -35,7 +35,7 @@ jobs:
         with:
           fetch-depth: 2
 
-      - uses: actions/github-script@v8
+      - uses: actions/github-script@v9
         with:
           script: |
             const fs = require('fs')
diff --git a/.github/workflows/self-assign.yml 
b/.github/workflows/self-assign.yml
index 13459bbfa98..17bf72c1722 100644
--- a/.github/workflows/self-assign.yml
+++ b/.github/workflows/self-assign.yml
@@ -25,7 +25,7 @@ jobs:
     if: ${{ !github.event.issue.pull_request }}
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/github-script@v8
+    - uses: actions/github-script@v9
       with:
         script: |
           const body = context.payload.comment.body.replace( /\r\n/g, " " 
).replace( /\n/g, " " ).split(' ');

Reply via email to