From a42b3307b0eed6dae6cabd5fa38d8a23b1a420e3 Mon Sep 17 00:00:00 2001 From: Tamer-halabi Date: Fri, 5 Jun 2026 10:58:13 +0300 Subject: [PATCH] chore: bump action runtime to node24 Node 20 is deprecated on GitHub Actions runners and will be removed on 2026-09-16. Bumping the action manifest to node24 (already bundled in actions-runner >=2.327.0) silences the deprecation warning and keeps the action working past the forced cutover on 2026-06-16. Co-Authored-By: Claude Opus 4.7 (1M context) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7b8bb1da8..d13f48706 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ inputs: default: "false" runs: - using: "node20" + using: "node24" main: "lib/main.js" branding: icon: "git-merge"