Skip to content

Commit

Permalink
- upgrade github actions to v2
Browse files Browse the repository at this point in the history
- use zulu jdk as default
  • Loading branch information
derreisende77 committed Apr 23, 2023
1 parent 4a2415e commit 600e225
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 20
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 20
distribution: 'zulu'
java-version: '20'
java-package: jdk
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 600e225

Please sign in to comment.