From 42e41520b2f954625137232cf0f8c2bd83e2f79c Mon Sep 17 00:00:00 2001 From: Dawid Burek Date: Mon, 21 Nov 2022 18:09:50 +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 ce3923fd..830a3c4a 100644 --- a/action.yml +++ b/action.yml @@ -6,5 +6,5 @@ inputs: description: 'comma separated list of XML/JSON/YAML files in which tokens are to be substituted. Files names must be specified relative to the folder-path.' required: true runs: - using: 'node12' + using: 'node16' main: 'lib/variableSubstitution.js'