From 328bedea4043b64ca9689d052cf1dc7a6d3c8932 Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Thu, 17 Oct 2024 10:21:10 +0200 Subject: [PATCH] Revert to FT v3.2.0 due to restore issue --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3fed47b..373be60 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: required: false FIRELY_TERMINAL_VERSION: description: 'Version of Firely Terminal used for .NET-based validation' - default: '3.3.0' + default: '3.2.0' required: true JAVA_VALIDATOR_VERSION: description: 'Version of org.hl7.fhir.core library used for Java-based validation'