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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9fd0de7c7 Bump actions/setup-node from 5.0.0 to 6.0.0
9fd0de7c7 is described below

commit 9fd0de7c72a098845c7e9334d84e2244c8836b13
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 04:21:19 2025 +0000

    Bump actions/setup-node from 5.0.0 to 6.0.0
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 
5.0.0 to 6.0.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - 
[Commits](https://github.com/actions/setup-node/compare/a0853c24544627f65ddf259abe73b1d18a591444...2028fbc5c25fe9cf00d9f06a71cc4710d4507903)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/maven.yaml     | 2 +-
 .github/workflows/nightlies.yaml | 2 +-
 .github/workflows/snapshots.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 24118c216..eb03c3f6d 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -45,7 +45,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up Node
-        uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # 
v5.0.0
+        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v6.0.0
         with:
           node-version: 20
       - name: Set up Ruby
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index 1b7718deb..0ebb9e88f 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -41,7 +41,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up Node
-        uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # 
v5.0.0
+        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v6.0.0
         with:
           node-version: 16
       - name: Set up Ruby
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index 48664cc18..b6eecaaf7 100644
--- a/.github/workflows/snapshots.yaml
+++ b/.github/workflows/snapshots.yaml
@@ -41,7 +41,7 @@ jobs:
         with:
           python-version: '3.10'
       - name: Set up Node
-        uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # 
v5.0.0
+        uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # 
v6.0.0
         with:
           node-version: 16
       - name: Set up Ruby

Reply via email to