Skip to content

Commit

Permalink
Update CI actions version and JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
poolborges committed Aug 21, 2022
1 parent bd9ceaf commit c0fec1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit c0fec1d

Please sign in to comment.