From 8c2ca49b7607f9a0980937f217bfd38498955c12 Mon Sep 17 00:00:00 2001 From: m-wayne Date: Mon, 11 May 2026 12:55:34 -0700 Subject: [PATCH] bump action runtime from node20 to node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d825b41..431a927 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ outputs: group9: description: The 9th captured group. runs: - using: node20 + using: node24 main: dist/index.js branding: icon: search