From f775e87b4eb6b16228b1a11e3dca82f2de674cef Mon Sep 17 00:00:00 2001 From: Mariell Hoversholm Date: Sun, 23 May 2021 14:18:19 +0200 Subject: [PATCH] [CI-SKIP] ci: update setup-java action (#5710) * ci: update setup-java action * ci: change java distribution to adopt Signed-off-by: Mariell Hoversholm --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 569d405972..a94f849ec9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,9 +18,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: JDK ${{ matrix.java }} - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: java-version: ${{ matrix.java }} + distribution: 'adopt' - name: Cache maven uses: actions/cache@v2 with: