Skip to content

Commit f06dfd7

Browse files
committed
updated cache to v4 and missing action to v4
1 parent dad4d93 commit f06dfd7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/masterfhirvalidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: validation-service-fhir-r4
4343

4444
- name: Cache Maven packages
45-
uses: actions/cache@v3
45+
uses: actions/cache@v4
4646
with:
4747
path: ~/.m2
4848
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/testingbranch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Steps represent a sequence of tasks that will be executed as part of the job
1818
steps:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
with:
2222
submodules: true
2323

0 commit comments

Comments
 (0)