From a5522a916d73b011e4fe14fd4e875bd4a358c3ed Mon Sep 17 00:00:00 2001 From: Hendre Janse van Rensburg Date: Thu, 15 Aug 2024 15:46:54 +0200 Subject: [PATCH] update the Validate Examples GitHub Action --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31e0b9f5..dc85f5d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ on: workflow_dispatch: env: - REFERENZVALIDATOR_VERSION: 2.0.2 + REFERENZVALIDATOR_VERSION: 2.5.0 PATH_TO_EXAMPLES: './temp_folder/' FHIR_VERSION: "4.0" INPUT_JAVA_VALIDATION_OPTIONS: "-tx http://tx.fhir.org -debug -allow-example-urls true" @@ -24,12 +24,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: '20' @@ -43,7 +43,7 @@ jobs: # Install Java runtime (only needed if you want to run the offical HL7 Java validator) - name: Setup Java JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'microsoft' java-version: '17'