diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a91bd23..7108e37 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,10 +16,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up JDK 19 - uses: oracle-actions/setup-java@v1 + uses: actions/setup-java@v3 with: - website: 'oracle.com' - release: 'EA' + distribution: 'temurin' # See 'Supported distributions' for available options + java-version: '19' + architecture: 'x64' # defaults to 'x64' - name: Cache Maven packages uses: actions/cache@v2 with: