From f2a276bc5643397ff891883a7cacb74519f614cb Mon Sep 17 00:00:00 2001 From: matanengber-orca <154808670+matanengber-orca@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:40:33 +0200 Subject: [PATCH] chore: Update action to use node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 10713534..954acf98 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: "Pull Request Updater GitHub Action" description: "GitHub Action that updates a pull request with information extracted from branch name" author: "Tamim Khan" runs: - using: "node16" + using: "node20" main: "dist/index.js" inputs: repo-token: