Skip to content

Commit f14937b

Browse files
Merge remote-tracking branch 'origin/main' into 1.0.0
2 parents 7909dff + d9ffb32 commit f14937b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/FHIRValidator.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@ jobs:
3838
# Steps represent a sequence of tasks that will be executed as part of the job
3939
steps:
4040
- name: Checkout code (PR)
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
if: github.event_name == 'pull_request'
4343
with:
4444
ref: ${{ github.event.pull_request.head.ref }}
4545

4646
- name: Checkout code (Main)
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
if: github.event_name != 'pull_request'
4949

5050
- name: Validate Resource Status
51-
uses: patrick-werner/fhir-resource-status-check@1.1.0
51+
uses: patrick-werner/fhir-resource-status-check@1.2.0
5252
with:
5353
folder: './src/fhir/fsh-generated/resources/'
5454

5555
- name: Firely.Terminal (GitHub Actions)
56-
uses: FirelyTeam/[email protected].4
56+
uses: FirelyTeam/[email protected].13
5757
with:
5858
PATH_TO_CONFORMANCE_RESOURCES: src/fhir/fsh-generated/resources/
5959
# PATH_TO_QUALITY_CONTROL_RULES: qc/custom

.github/workflows/GeneratePlantumlImages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v5
1818

1919
# Runs a single command using the runners shell
2020
- name: Generate images
@@ -35,6 +35,6 @@ jobs:
3535
3636
3737
- name: Add & Commit
38-
uses: EndBug/add-and-commit@v8
38+
uses: EndBug/add-and-commit@v9
3939
with:
4040
add: 'images/diagrams/'

0 commit comments

Comments
 (0)