From 5a1c7c44424c486289fa14a2b6c69d1b29b02971 Mon Sep 17 00:00:00 2001 From: Alexander Flurie Date: Tue, 2 Jan 2024 11:03:49 -0500 Subject: [PATCH 1/2] update runtime to node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a99caf878..04ede94dd 100644 --- a/action.yml +++ b/action.yml @@ -10,7 +10,7 @@ inputs: description: "Remote repository in Artifactory pointing to 'https://releases.jfrog.io/artifactory/jfrog-cli'. Use this parameter in case you don't have an Internet access." required: false runs: - using: "node16" + using: "node20" main: "lib/main.js" post: "lib/cleanup.js" branding: From f24742de98255159b95555bf0d6f64e177ba4667 Mon Sep 17 00:00:00 2001 From: ethancheungagility <144709618+ethancheungagility@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:19:05 -0400 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 32eea042f..70046bc2c 100644 --- a/action.yml +++ b/action.yml @@ -42,7 +42,7 @@ outputs: oidc-user: description: "JFrog OIDC username from the OIDC token generated by the Setup JFrog CLI when setting oidc-provider-name." runs: - using: "node20" + using: "node24" main: "lib/main.js" post: "lib/cleanup.js" branding: