From 559bad97f0b862ce239e6be6bbe21712b2067146 Mon Sep 17 00:00:00 2001 From: sue445 Date: Fri, 14 Oct 2022 09:54:38 +0900 Subject: [PATCH] Upgrade to node16 node12 is deprecated ref. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5b2d87a7..02e24afd 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ inputs: description: 'need to get commit data' required: false runs: - using: 'node12' + using: 'node16' main: 'dist/index.js' branding: icon: 'bell'