From 867b604b1502c2611b63ead5b1d971929d78ef2e Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 05:17:23 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.2.0 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v6.0.0 | v6.2.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- bundle-schema-types/action.yml | 2 +- bundle-size/action.yml | 2 +- bundle-types/action.yml | 2 +- create-plugin-update/action.yml | 2 +- is-compatible/action.yml | 2 +- package-plugin/action.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundle-schema-types/action.yml b/bundle-schema-types/action.yml index 263636a8..e758fb22 100644 --- a/bundle-schema-types/action.yml +++ b/bundle-schema-types/action.yml @@ -22,7 +22,7 @@ runs: exit 1 shell: bash - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: "${{ inputs.node-version }}" diff --git a/bundle-size/action.yml b/bundle-size/action.yml index 6122f92b..28441e2d 100644 --- a/bundle-size/action.yml +++ b/bundle-size/action.yml @@ -35,7 +35,7 @@ runs: shell: bash - name: Set up Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: ${{ inputs.node-version }} diff --git a/bundle-types/action.yml b/bundle-types/action.yml index 86af65c2..c4be2e72 100644 --- a/bundle-types/action.yml +++ b/bundle-types/action.yml @@ -38,7 +38,7 @@ runs: exit 1 shell: bash - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: "${{ inputs.node-version }}" diff --git a/create-plugin-update/action.yml b/create-plugin-update/action.yml index bc40774d..fbaeb03c 100644 --- a/create-plugin-update/action.yml +++ b/create-plugin-update/action.yml @@ -18,7 +18,7 @@ runs: using: "composite" steps: - name: Setup Node.js - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: "${{ inputs.node-version }}" diff --git a/is-compatible/action.yml b/is-compatible/action.yml index 1bc9541d..b9d5ba94 100644 --- a/is-compatible/action.yml +++ b/is-compatible/action.yml @@ -25,7 +25,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: 22 - id: run-levitate diff --git a/package-plugin/action.yml b/package-plugin/action.yml index fe60a1a0..2e88c600 100644 --- a/package-plugin/action.yml +++ b/package-plugin/action.yml @@ -52,7 +52,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 + - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: "${{ inputs.node-version }}"