From 08aeb5d5aae81971be7aa7d0228f84e0a577e442 Mon Sep 17 00:00:00 2001 From: Intelli Date: Thu, 16 Dec 2021 15:25:38 -0700 Subject: [PATCH] Updated GitHub workflow to use Java 17 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78b93ad..24aa094 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,11 +13,11 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 16 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: - java-version: '16' - distribution: 'adopt-hotspot' + java-version: '17' + distribution: 'temurin' - name: Cache Maven packages uses: actions/cache@v1 with: