This is an automated email from the ASF dual-hosted git repository.
rabreu 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 c992a4b2c Bump actions/setup-node from 6.1.0 to 6.2.0 (#8363)
c992a4b2c is described below
commit c992a4b2c37a11482d7f02f3e5f898463b637d18
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 15 05:51:37 2026 +0000
Bump actions/setup-node from 6.1.0 to 6.2.0 (#8363)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
-
[Commits](https://github.com/actions/setup-node/compare/395ad3262231945c25e8478fd5baf05154b1d79f...6044e13b5dc448c55e2357c09f80417699197238)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 ee7c568ff..08698a729 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@395ad3262231945c25e8478fd5baf05154b1d79f #
v6.1.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #
v6.2.0
with:
node-version: 20
- name: Set up Ruby
diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index 16521bfce..47f5f98cc 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@395ad3262231945c25e8478fd5baf05154b1d79f #
v6.1.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #
v6.2.0
with:
node-version: 16
- name: Set up Ruby
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index b86af24dc..7e574d3e2 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@395ad3262231945c25e8478fd5baf05154b1d79f #
v6.1.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 #
v6.2.0
with:
node-version: 16
- name: Set up Ruby