From 2104b9d77a6e16ac716993e48e8ae3ddac02d397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Buben=C3=ADk?= Date: Wed, 4 Sep 2024 15:05:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Update=20setup-node=20a?= =?UTF-8?q?ction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup-npm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-npm/action.yml b/setup-npm/action.yml index 03e3d94..c62a45e 100644 --- a/setup-npm/action.yml +++ b/setup-npm/action.yml @@ -28,7 +28,7 @@ runs: - run: echo -e "\n${{env.blue}}=== Setup Node ===\n" shell: bash - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: ${{ inputs.node-version }}