You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2021/05/21 09:56:36 UTC

[maven-resolver] branch master updated: Update workflow

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b13e57  Update workflow
0b13e57 is described below

commit 0b13e57f9226a16e049dfc38f2a5b1df76a1ceee
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri May 21 11:56:09 2021 +0200

    Update workflow
---
 .github/workflows/maven.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index eb39c5d..50c6947 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,9 +41,11 @@ jobs:
             maven-${{ matrix.os }}-
 
       - name: Set up JDK 1.8
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v2
         with:
-          java-version: 1.8
+          java-version: '8'
+          distribution: 'adopt'
 
       - name: Build with Maven
         run: mvn clean verify -e -B -V
+