Skip to content

Commit

Permalink
Merge pull request #52 from gematik/validate-examples-action
Browse files Browse the repository at this point in the history
Update the Validate Examples GitHub Action
  • Loading branch information
Hendrejvr authored Aug 19, 2024
2 parents 1f454cf + a5522a9 commit 62fc39a
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 62fc39a

Please sign in to comment.