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

[axis-axis2-java-rampart] 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/axis-axis2-java-rampart.git


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

commit cbfc9483d79a2b84cc3e1534517c39a09273e4b6
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Dec 19 12:33:10 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 9b68f51..b03bc9e 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