From 2690ffaf5740e8df0db555ec6ac1dea215d009ce Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:45:58 +0000 Subject: [PATCH] Update actions/setup-node action to v4 Update actions/setup-node from 3 to 4 Change-type: patch --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 90637b3..2d88c53 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -22,7 +22,7 @@ runs: using: "composite" steps: - name: Setup Node.js - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 with: node-version: ${{ inputs.NODE_VERSION }} cache: npm