Skip to content

Commit

Permalink
DTPOMERSER-1012 - Introduce Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed May 31, 2024
1 parent 5e6ac32 commit a46a08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
Expand Down

0 comments on commit a46a08b

Please sign in to comment.