From 55bc98d6df0677268a3f4c66dc0dc2a39cfa62a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:57:00 +0300 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/setup-node=20(?= =?UTF-8?q?v4.4.0=20=E2=86=92=20v5.0.0)=20(#247)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/security-suite.yml | 2 +- node-setup/action.yml | 2 +- pr-lint/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/security-suite.yml b/.github/workflows/security-suite.yml index 573f34d..ed2c24d 100644 --- a/.github/workflows/security-suite.yml +++ b/.github/workflows/security-suite.yml @@ -107,7 +107,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: 'lts/*' cache: 'npm' diff --git a/node-setup/action.yml b/node-setup/action.yml index 278acb2..fd0102d 100644 --- a/node-setup/action.yml +++ b/node-setup/action.yml @@ -161,7 +161,7 @@ runs: - name: Setup Node.js id: setup - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 with: node-version: ${{ steps.version.outputs.version }} registry-url: ${{ inputs.registry-url }} diff --git a/pr-lint/action.yml b/pr-lint/action.yml index a31d804..2752b4a 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -46,7 +46,7 @@ runs: - name: Setup Node.js and run tests if: steps.detect-node.outputs.found == 'true' - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0 - name: Install Node.js dependencies if: steps.detect-node.outputs.found == 'true'