From aa379c9d9fd31132d2c006934a68c1bec1c5e944 Mon Sep 17 00:00:00 2001 From: Simon Puente Date: Sun, 19 Mar 2023 11:25:58 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8209b68..55506b4 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'the commit message when committing generated images' default: 'Render PlantUML files' runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'image'