From 92781f3c569e312bc119b16c433bb877c1592907 Mon Sep 17 00:00:00 2001 From: Leonardo Bartoli <142893024+lbartoli79@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:41:47 +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 22ad3ae..194735d 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: description: "Secret GitHub Token (automatically provided by GitHub)" default: ${{ github.token }} runs: - using: "node12" + using: "node20" main: "index.js" branding: icon: "bar-chart-2"