From fd84cb9ecb172ae41209b22e15c0d3467f9d58eb Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Mon, 10 Oct 2022 19:12:38 +0200 Subject: [PATCH] Run Action on Node16 refs #246 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 09bce42..6479721 100644 --- a/action.yml +++ b/action.yml @@ -78,7 +78,7 @@ outputs: description: Full hash of the created commit. Only present if the "changes_detected" output is "true". runs: - using: 'node12' + using: 'node16' main: 'index.js' branding: