From ab78f78939cb689cc8e433a985f6192836b0203b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 04:33:30 +0000 Subject: [PATCH] Bump actions/setup-node from 6.2.0 to 6.3.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/6044e13b5dc448c55e2357c09f80417699197238...53b83947a5a98c8d113130e565377fae1a50d02f) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 74246611033..de4181b5685 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 20 - name: Set up Ruby diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml index e256dc4ca6a..9400a4e87b5 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 16 - name: Set up Ruby diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml index 48765942368..2764f39827b 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: 16 - name: Set up Ruby