diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58f8d0352..d6ffac4d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,12 @@ jobs: steps: - uses: actions/checkout@v2 - - name: set up JDK 1.8 - uses: actions/setup-java@v1.4.3 + - name: set up JDK 8 + uses: actions/setup-java@v2 with: - java-version: 1.8 + java-version: '8' + distribution: 'adopt' + - name: Cache Gradle dependencies uses: actions/cache@v2