Skip to content

Commit

Permalink
update the Validate Examples Action
Browse files Browse the repository at this point in the history
Update the checkout, setup-node and setup-java actions to the latest major version
  • Loading branch information
Hendrejvr authored Aug 15, 2024
1 parent 3a7f61a commit abe31d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 abe31d4

Please sign in to comment.