From c2d488eed9ecb40e0c6426b7c97321f7b2b2a92a Mon Sep 17 00:00:00 2001 From: Anton Schmidt <46531415+SetupCoding@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:22:43 +0200 Subject: [PATCH] chore: update action runtime from node16 to node24 GitHub Actions is deprecating Node.js 20 on June 2nd 2026, and Node.js 16 was already deprecated. This updates the action runtime to Node.js 24 to ensure continued compatibility. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 279629b..6b279dd 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: "Pull Request Body Updater GitHub Action" description: "GitHub Action that updates a pull request body" author: "Devin Ford" runs: - using: "node16" + using: "node24" main: "dist/index.js" inputs: repo-token: