Skip to content

Commit

Permalink
Update GH actions to use JDK 17 (Temurin)
Browse files Browse the repository at this point in the history
  • Loading branch information
Puremin0rez authored Oct 1, 2022
1 parent 969a9a1 commit 00ab6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '16'
distribution: 'temurin'
java-version: '17'
- uses: actions/cache@v2
with:
path: |
Expand Down

0 comments on commit 00ab6c1

Please sign in to comment.