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

damccorm 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 5565f38c3de Bump actions/setup-node from 4 to 5 (#36182)
5565f38c3de is described below

commit 5565f38c3dee6dbb64f94e525fa4ac924ea825d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 17 09:26:30 2025 -0400

    Bump actions/setup-node from 4 to 5 (#36182)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 
5.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '5'
      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/build_release_candidate.yml      | 2 +-
 .github/workflows/pr-bot-new-prs.yml               | 2 +-
 .github/workflows/pr-bot-pr-updates.yml            | 2 +-
 .github/workflows/pr-bot-prs-needing-attention.yml | 2 +-
 .github/workflows/reportGenerator.yml              | 2 +-
 .github/workflows/typescript_tests.yml             | 6 +++---
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index fbbe24fe114..f1a52000af4 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -331,7 +331,7 @@ jobs:
         with:
           python-version: '3.9'
       - name: Install node
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: '16'
       - name: Install Java 21
diff --git a/.github/workflows/pr-bot-new-prs.yml 
b/.github/workflows/pr-bot-new-prs.yml
index 0f17d662db9..ac1a599e853 100644
--- a/.github/workflows/pr-bot-new-prs.yml
+++ b/.github/workflows/pr-bot-new-prs.yml
@@ -35,7 +35,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Setup Node
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: 16
       - name: Install pr-bot npm dependencies
diff --git a/.github/workflows/pr-bot-pr-updates.yml 
b/.github/workflows/pr-bot-pr-updates.yml
index 02c8a2473ff..962dc5e2d9a 100644
--- a/.github/workflows/pr-bot-pr-updates.yml
+++ b/.github/workflows/pr-bot-pr-updates.yml
@@ -40,7 +40,7 @@ jobs:
         with:
           ref: 'master'
       - name: Setup Node
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: 16
       - name: Install pr-bot npm dependencies
diff --git a/.github/workflows/pr-bot-prs-needing-attention.yml 
b/.github/workflows/pr-bot-prs-needing-attention.yml
index 95be91e8dcb..dba7a25a94f 100644
--- a/.github/workflows/pr-bot-prs-needing-attention.yml
+++ b/.github/workflows/pr-bot-prs-needing-attention.yml
@@ -35,7 +35,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
       - name: Setup Node
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: 16
       - name: Install pr-bot npm dependencies
diff --git a/.github/workflows/reportGenerator.yml 
b/.github/workflows/reportGenerator.yml
index 91890b12ff0..da8c7ca206a 100644
--- a/.github/workflows/reportGenerator.yml
+++ b/.github/workflows/reportGenerator.yml
@@ -28,7 +28,7 @@ jobs:
     steps:
     - uses: actions/checkout@v4
     - name: Setup Node
-      uses: actions/setup-node@v4
+      uses: actions/setup-node@v5
       with:
         node-version: 16
     - run: |
diff --git a/.github/workflows/typescript_tests.yml 
b/.github/workflows/typescript_tests.yml
index a3f92981766..55f0ab7898b 100644
--- a/.github/workflows/typescript_tests.yml
+++ b/.github/workflows/typescript_tests.yml
@@ -57,7 +57,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Install node
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: '16'
       - run: npm ci
@@ -88,7 +88,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Install Node
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: '16'
       - name: Install Python
@@ -143,7 +143,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Install node
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
           node-version: '16'
       - name: Install python

Reply via email to