From a898bfdf329947c98e75472427d463d2bcaee3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 06:24:32 +0000 Subject: [PATCH] Bump actions/setup-node from 4.0.3 to 6.2.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 6.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.3...6044e13b5dc448c55e2357c09f80417699197238) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/actions_release.yaml | 2 +- .github/workflows/actions_release_auth.yaml | 2 +- .github/workflows/audit_fix.yml | 2 +- .github/workflows/auto_cherry_pick.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions_release.yaml b/.github/workflows/actions_release.yaml index bcda80b..c5621c9 100644 --- a/.github/workflows/actions_release.yaml +++ b/.github/workflows/actions_release.yaml @@ -124,7 +124,7 @@ jobs: - name: Set up Node.js if: (env.action_type == 'node' || inputs.setup_node == true) - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node_version }} diff --git a/.github/workflows/actions_release_auth.yaml b/.github/workflows/actions_release_auth.yaml index 8379c74..87b0501 100644 --- a/.github/workflows/actions_release_auth.yaml +++ b/.github/workflows/actions_release_auth.yaml @@ -94,7 +94,7 @@ jobs: - name: Set up Node.js if: env.action_type == 'node' - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node_version }} diff --git a/.github/workflows/audit_fix.yml b/.github/workflows/audit_fix.yml index abcac93..5b62fbb 100644 --- a/.github/workflows/audit_fix.yml +++ b/.github/workflows/audit_fix.yml @@ -69,7 +69,7 @@ jobs: echo "Activated Yarn version ${{ inputs.yarn_version }}" - name: Set up Node.js - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node_version }} cache: ${{ inputs.package_manager }} diff --git a/.github/workflows/auto_cherry_pick.yaml b/.github/workflows/auto_cherry_pick.yaml index e7d67c4..b9fe20d 100644 --- a/.github/workflows/auto_cherry_pick.yaml +++ b/.github/workflows/auto_cherry_pick.yaml @@ -464,7 +464,7 @@ jobs: if: env.action_type == 'node' env: CHANGES: ${{ env.CHANGES }} - uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node_version }} cache: ${{ inputs.package_manager }}