From cea6f122ee5609833a7e4357bd8e3043572eb3f8 Mon Sep 17 00:00:00 2001 From: joffrey-bion Date: Mon, 12 Apr 2021 01:43:51 +0200 Subject: Upgrade setup-java Github action to v2 --- .github/workflows/ci-build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci-build.yml') diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 843f0dc0..a0d0a674 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -13,10 +13,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - - name: Set up JDK 15 - uses: actions/setup-java@v1.4.3 + - name: Set up JDK 16 + uses: actions/setup-java@v2 with: - java-version: 15 + distribution: 'zulu' + java-version: 16 - name: Gradle build cache uses: actions/cache@v2 -- cgit