From 5d404f5a0023e9ae7cf1d3eb4d8e4218b6dceb7b Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:46:32 +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..db0c87b 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@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: ${{ inputs.NODE_VERSION }} cache: npm