From e0d863352e6ec2c3ed723fbb93099a7eb1e64e68 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:12:56 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v5.0.0 | v6.0.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 a7d0d833..263636a8 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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: "${{ inputs.node-version }}" diff --git a/bundle-size/action.yml b/bundle-size/action.yml index 2449b1e3..a6db6a3f 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@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: ${{ inputs.node-version }} diff --git a/bundle-types/action.yml b/bundle-types/action.yml index 06d74a7e..86af65c2 100644 --- a/bundle-types/action.yml +++ b/bundle-types/action.yml @@ -38,7 +38,7 @@ runs: exit 1 shell: bash - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: "${{ inputs.node-version }}" diff --git a/create-plugin-update/action.yml b/create-plugin-update/action.yml index 157b63d3..6258a178 100644 --- a/create-plugin-update/action.yml +++ b/create-plugin-update/action.yml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Setup Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: "${{ inputs.node-version }}" diff --git a/is-compatible/action.yml b/is-compatible/action.yml index f1986ef5..1bc9541d 100644 --- a/is-compatible/action.yml +++ b/is-compatible/action.yml @@ -25,7 +25,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: 22 - id: run-levitate diff --git a/package-plugin/action.yml b/package-plugin/action.yml index 2c423bba..fe60a1a0 100644 --- a/package-plugin/action.yml +++ b/package-plugin/action.yml @@ -52,7 +52,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 + - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: "${{ inputs.node-version }}"