From fc388a39034a2b27d3ff43d1c4cd86e616e596c3 Mon Sep 17 00:00:00 2001 From: Alex Earl Date: Tue, 6 Apr 2021 12:15:49 -0700 Subject: [PATCH] chore: Update setup-java (#82) Updates setup-java to v2 --- .github/workflows/cd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index fed8fcd..1ef506c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,9 +25,10 @@ jobs: with: fetch-depth: 0 - name: Set up JDK 8 - uses: actions/setup-java@v1 + uses: actions/setup-java@v2 with: - java-version: 1.8 + distribution: 'adopt' + java-version: 8 - name: Release uses: jenkins-infra/jenkins-maven-cd-action@v1.1.0 with: