From b3bc0501676228071c23dc4f8325a0fea3ae0925 Mon Sep 17 00:00:00 2001 From: Julian Totzek-Hallhuber Date: Sat, 10 Feb 2024 18:57:40 +0100 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3be82eb..02e0cfa 100644 --- a/action.yml +++ b/action.yml @@ -30,5 +30,5 @@ inputs: required: false runs: - using: 'node16' - main: 'index.js' \ No newline at end of file + using: 'node20' + main: 'index.js'