Skip to content

Commit

Permalink
Update yml versiond
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Jul 5, 2024
1 parent 1717722 commit 4f54be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK 19
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '19'
distribution: 'temurin'
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK 19
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '19'
distribution: 'temurin'
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK 19
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '19'
distribution: 'temurin'
Expand Down

0 comments on commit 4f54be6

Please sign in to comment.