Skip to content

Commit

Permalink
Merge pull request #3092 from dulanjalidilmi/master-git-actions
Browse files Browse the repository at this point in the history
Update git actions
  • Loading branch information
dulanjalidilmi authored Jan 30, 2024
2 parents 0f94def + 3a0eb2d commit 2adf01b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jdk-17-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 11
distribution: 'temurin'
java-version: '11.0.12+7'
- name: check mvn version
run: echo "MAVEN_VERSION=$(mvn -v)"
- name: check java version
Expand Down

0 comments on commit 2adf01b

Please sign in to comment.