Actions CI Java V2 3.x
diff --git a/.github/workflows/myfaces-ci.yml b/.github/workflows/myfaces-ci.yml
index 2a89fbe..aa46f48 100644
--- a/.github/workflows/myfaces-ci.yml
+++ b/.github/workflows/myfaces-ci.yml
@@ -52,10 +52,11 @@
       - 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: