From 640918adc262690530c4552750110c6b246277b3 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 3 Jun 2026 15:42:17 +0200 Subject: [PATCH] chore: update to node 24 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e59a778f..a514556d 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ # https://help.github.com/ja/articles/metadata-syntax-for-github-actions -name: Get Diff Action Node20 +name: Get Diff Action Node24 description: GitHub actions to get git diff. @@ -147,5 +147,5 @@ branding: color: 'orange' runs: - using: node20 + using: node24 main: lib/main.js