From 8756aa072ef5b4a080af5dc8fef36c5d586e521d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E4=BA=95?= <56185180+ryudaitakai@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:43:01 +0900 Subject: [PATCH] Update node version to node20 (#300) Co-authored-by: ryudai.takai --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5e67a1f..8192c95 100644 --- a/action.yml +++ b/action.yml @@ -81,7 +81,7 @@ outputs: description: Full hash of the created commit. Only present if the "changes_detected" output is "true". runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: