From d6a953fdfe15e4d05ca910870457536a36dc60fe Mon Sep 17 00:00:00 2001 From: fechanique Date: Thu, 15 Dec 2022 14:05:36 +0100 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b360dc1..03e1608 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: description: Authorize a Salesforce org using an SFDX auth URL required: false runs: - using: 'node12' + using: 'node16' main: 'index.js' branding: icon: 'terminal'