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 0c2a58c27a6 Bump actions/setup-node from 6 to 7 (#39317)
0c2a58c27a6 is described below

commit 0c2a58c27a62dc47b27ee2a4c8ba24a4846ce182
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 08:09:46 2026 -0400

    Bump actions/setup-node from 6 to 7 (#39317)
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 
7.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '7'
      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 bebde3a5db7..53dbf5c285f 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -334,7 +334,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Install node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         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 04219453b1e..5402121bc2b 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@v7
       - name: Setup Node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         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 8f31a70f29c..57ae9e5e9c7 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@v6
+        uses: actions/setup-node@v7
         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 977e730a772..531267c718f 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@v7
       - name: Setup Node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: 16
       - name: Install pr-bot npm dependencies
diff --git a/.github/workflows/reportGenerator.yml 
b/.github/workflows/reportGenerator.yml
index fbd33d8ee6c..2c93202044f 100644
--- a/.github/workflows/reportGenerator.yml
+++ b/.github/workflows/reportGenerator.yml
@@ -28,7 +28,7 @@ jobs:
     steps:
     - uses: actions/checkout@v7
     - name: Setup Node
-      uses: actions/setup-node@v6
+      uses: actions/setup-node@v7
       with:
         node-version: 16
     - run: |
diff --git a/.github/workflows/typescript_tests.yml 
b/.github/workflows/typescript_tests.yml
index 80ac574689b..5c2816b063c 100644
--- a/.github/workflows/typescript_tests.yml
+++ b/.github/workflows/typescript_tests.yml
@@ -59,7 +59,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Install node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: '18'
       - name: Install Develocity npm Agent
@@ -101,7 +101,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Install Node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: '18'
       - name: Install Develocity npm Agent
@@ -169,7 +169,7 @@ jobs:
           persist-credentials: false
           submodules: recursive
       - name: Install node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: '18'
       - name: Install Develocity npm Agent

Reply via email to