You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/04/08 05:14:34 UTC

[myfaces] branch 2.3.x updated: Actions V2 Java 2.3

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

bommel pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3.x by this push:
     new fcb4bd2  Actions V2 Java 2.3
fcb4bd2 is described below

commit fcb4bd20f13c0750e1d93c4c9d463a7cee1b7cde
Author: Melloware <me...@gmail.com>
AuthorDate: Wed Apr 7 10:06:39 2021 -0400

    Actions V2 Java 2.3
---
 .github/workflows/myfaces-ci.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index 8773d9c..f186ca0 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -52,10 +52,11 @@ jobs:
       - uses: actions/checkout@v2
         with:
           persist-credentials: false
-      - name: Set up JDK 1.8
-        uses: actions/setup-java@v1
+      - name: Set up JDK 8
+        uses: actions/setup-java@v2
         with:
-          java-version: 1.8
+          distribution: 'adopt'
+          java-version: 8
       - name: Cache Maven packages
         uses: actions/cache@v2
         with: