From 3beddc20a1b3b580e8968eda047a82762f1b3b33 Mon Sep 17 00:00:00 2001 From: deep-soft Date: Sun, 5 Feb 2023 19:56:48 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index baf2dfe4..c90f7a88 100644 --- a/action.yml +++ b/action.yml @@ -40,5 +40,5 @@ outputs: description: Installed rustup version runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'