From fec85f2a845cd6cf33eda6e6a4c93026e71f86d1 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Sat, 21 Jan 2023 16:13:55 -0500 Subject: [PATCH] Update to action node16 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8151c5f..ef021a1 100644 --- a/action.yml +++ b/action.yml @@ -16,5 +16,5 @@ inputs: repo-token: description: GitHub token runs: - using: node12 + using: node16 main: dist/index.js