From 6d02632cdbe597740a9adc45c551573948ae951b Mon Sep 17 00:00:00 2001 From: Akshay Iyyadurai Balasundaram Date: Fri, 16 Aug 2024 16:14:53 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f29a1a2a..741635c3 100644 --- a/action.yml +++ b/action.yml @@ -39,5 +39,5 @@ inputs: description: "Will lock the pull request after merge so that the signature the contributors cannot revoke their signature comments after merge" default: "true" runs: - using: "node16" + using: "node20" main: 'dist/index.js'