From 5314f0e08747b7548c62897dda7b88b37902bc41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:17:13 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v6.5.0 | v7.0.0 | --- common-tooling/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tooling/action.yml b/common-tooling/action.yml index fb421454..1fe70513 100644 --- a/common-tooling/action.yml +++ b/common-tooling/action.yml @@ -243,7 +243,7 @@ runs: export PATH="$PATH:`yarn global bin`" # Install node - name: Install NodeJS - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 if: ${{ inputs.node-enabled == 'true' && ( env.node_missing == 'true' || inputs.overwrite == 'true' ) }} with: always-auth: ${{ inputs.node-always-auth }}