From fdacf50212ae667646d5ef19fcb1af4b1a0c8953 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Tue, 31 Dec 2024 11:46:21 +0300 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 66c8629..0b3dbd3 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ inputs: required: true JAVA_VALIDATOR_VERSION: description: 'Version of org.hl7.fhir.core library used for Java-based validation' - default: '6.5.2' + default: '6.5.1' required: true JAVA_VALIDATOR_DOWNLOAD_LOCATION: description: 'URL from which to download the Java validator JAR'