From 135d8b00713962d6bc9e58fd3c60eae2cf88fcef Mon Sep 17 00:00:00 2001 From: Steve Hannah Date: Mon, 14 Oct 2024 08:22:40 -0700 Subject: [PATCH] Bumped default jdeploy version for action to 4.1.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e36a9700..30483884 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ inputs: required: false jdeploy_version: description: The version of Jdeploy - default: '4.1.1' + default: '4.1.2' target_repository: description: Optional target repository where to publish releases. required: false