diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef8e327..8326b21 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,11 +12,10 @@ jobs: with: # needed for license-plugin to check last modified date of each file fetch-depth: 0 - - name: Set up JDK - uses: oracle-actions/setup-java@v1 + - uses: actions/setup-java@v3 with: - website: jdk.java.net - release: 20 + distribution: 'oracle' + java-version: '19' - name: Cache local Maven repository uses: actions/cache@v3 with: