From a52de0f9c14a50729885355eb19f7259d158ac2b Mon Sep 17 00:00:00 2001 From: Olivier Michel Date: Mon, 18 Dec 2023 09:28:26 +0100 Subject: [PATCH] Fixed deprecation warning --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 071805d..07089e6 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ inputs: description: The assignees which are assigned to the created issue when it's created. Must be separated with line breaks if there're multiple assignees. required: false runs: - using: node12 + using: node16 main: dist/index.js branding: icon: file-text