From a584e430cd2f63f827bfa7e83d25d6552219f6c9 Mon Sep 17 00:00:00 2001 From: Kevin Glavin Date: Mon, 22 Jan 2024 18:27:57 -0500 Subject: [PATCH] bump to node20 --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4c54ef5..8f32cc8 100644 --- a/action.yml +++ b/action.yml @@ -20,10 +20,11 @@ inputs: description: 'git command' required: false runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/cleanup.js' post-if: 'always()' + branding: icon: loader color: 'yellow'