From f4a835c46ef0f03b3ecefd583f22d7c857f34925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20S=C3=A1ghy?= <76741843+Vadgyik@users.noreply.github.com> Date: Tue, 30 Apr 2024 07:37:59 +0200 Subject: [PATCH] Upgrade action to use node20 to avoid warning (#78) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e95f18b..6bcc10f 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ outputs: description: 'The total coverage of all changed files' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: