From bcb9e6ab0406bff0f5d13c88433d00f85ced4156 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:47:41 +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..e6e50ba 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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4 with: node-version: ${{ inputs.NODE_VERSION }} cache: npm