From 835e7d2de4dfbd688cf19833b103b48769cfc876 Mon Sep 17 00:00:00 2001 From: Yevdo Abramov <5107130+alenon@users.noreply.github.com> Date: Sun, 5 Oct 2025 14:08:50 +0300 Subject: [PATCH] Update action.yml upgrade default jfrog cli version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6ca8a0c30..758a56443 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ author: "JFrog" inputs: version: description: "JFrog CLI Version" - default: "2.78.3" + default: "2.80.0" required: false download-repository: 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."