From c7cc36dc648b35833b3ac418fabf5654410ea511 Mon Sep 17 00:00:00 2001 From: Enes Date: Mon, 7 Nov 2022 21:28:06 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 855cdc8..eac4c61 100644 --- a/action.yml +++ b/action.yml @@ -23,5 +23,5 @@ inputs: required: false default: You are already a member of our Organisation. runs: - using: node12 + using: node16 main: dist/index.js