From ecd2dcaaf8ba9b7db53e9b69fc822d42ee06eedd Mon Sep 17 00:00:00 2001 From: Edosa <34289809+edosaodaro@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:43:31 +0200 Subject: [PATCH] Changed "runs" from "using: node12" to "using: node16" --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b786263..96c535e 100644 --- a/action.yml +++ b/action.yml @@ -72,6 +72,6 @@ inputs: description: Add repository path as safe.directory for Git global config by running `git config --global --add safe.directory ` default: true runs: - using: node12 + using: node16 main: dist/index.js post: dist/index.js