You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/12/19 12:28:26 UTC

[ws-neethi] branch master updated: Update actions/setup-java to v2

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git


The following commit(s) were added to refs/heads/master by this push:
     new 2afd79f  Update actions/setup-java to v2
2afd79f is described below

commit 2afd79f14c696212b7b733f3b6cf5800c55642b3
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Dec 19 12:28:20 2021 +0000

    Update actions/setup-java to v2
---
 .github/workflows/ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f0b5448..6f81075 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -42,8 +42,9 @@ jobs:
           maven-java-${{ matrix.java }}-
           maven-
     - name: Set up Java
-      uses: actions/setup-java@v1
+      uses: actions/setup-java@v2
       with:
+        distribution: 'zulu'
         java-version: ${{ matrix.java }}
     - name: Build
       run: mvn -B -e -Prelease -Dgpg.skip=true verify