From fd157da78fa13d9383e5580d1fd1184d89554b51 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Mon, 10 Oct 2022 19:15:24 +0200 Subject: [PATCH] Run Action on Node16 (#247) closes #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: