Skip to content

Commit

Permalink
update the Validate Examples GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrejvr committed Aug 15, 2024
1 parent 447e00b commit a5522a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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'

Expand All @@ -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'
Expand Down

0 comments on commit a5522a9

Please sign in to comment.