From 10d9433b1545b3449d9f6bf9948eef89b03e4c6d Mon Sep 17 00:00:00 2001 From: Martin Kraus Larsen Date: Tue, 12 Mar 2024 15:59:19 +0100 Subject: [PATCH] Update action.yml (#309) Fix warning like: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e908574dd..e391809c8 100644 --- a/action.yml +++ b/action.yml @@ -84,5 +84,5 @@ inputs: branding: color: 'green' runs: - using: 'node16' + using: 'node20' main: 'lib/index.js'