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:27:19 UTC

[ws-axiom] 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-axiom.git


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

commit 7780971931cf3040dc2f4864f2e708307abd6119
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Dec 19 12:27:10 2021 +0000

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

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5dce1d9..71aa564 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 -Papache-release -Dgpg.skip=true verify
@@ -66,8 +67,9 @@ jobs:
           maven-deploy-
           maven-
     - name: Set up Java
-      uses: actions/setup-java@v1
+      uses: actions/setup-java@v2
       with:
+        distribution: 'zulu'
         java-version: 11
         server-id: apache.snapshots.https
         server-username: NEXUS_USER