From f0e61a727f387a8ed99ad2da30da0c6302d33533 Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Tue, 6 Apr 2021 14:03:38 +0200 Subject: [PATCH] Update GitHub Action CI build. --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b04dd7d7..73e643b36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,11 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - name: Set up JDK 11 - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: - java-version: 11 + distribution: 'adopt' + java-version: '11' + check-latest: true - name: Cache local Maven repository uses: actions/cache@v2.1.4 with: