From a9ac92980f9930da0a3a33b66fff2df5c947c2cc Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 12 Mar 2026 11:04:18 +0100 Subject: [PATCH] Bump to node24 node20 is deprecated, see https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 53392ea..e960c6c 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: description: "Disable annotation generation in post-run." default: 'false' runs: - using: "node20" + using: "node24" main: "dist/setup/index.js" post: "dist/show_stats/index.js" branding: