Skip to content

Commit

Permalink
fixup! Bump Git actions/setup-java version (1 → 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
irotech committed Mar 11, 2024
1 parent 9520503 commit 50ad8ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/junit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Set up Java ${{ matrix.jdk-version }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.jdk-version }}
architecture: x64
- run: mvn test -B -pl yoti-sdk-api -Ddependency-check.skip=true

0 comments on commit 50ad8ad

Please sign in to comment.