From 50f02baa9587156323c3ca2c1ed396d220796ba6 Mon Sep 17 00:00:00 2001 From: Renan Franca Date: Wed, 31 Jan 2024 12:55:29 -0300 Subject: [PATCH] Fix warning by update node version (#82) Fix #81 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3c188c6..4afbb04 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ outputs: description: 'The labels that were removed by the action, as a stringified array.' runs: - using: 'node16' + using: 'node20' main: 'lib/index.js' branding: icon: 'activity'