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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 27f78ef  upgrade
27f78ef is described below

commit 27f78efef4237751ffa1fb2f9f9ec2a49e8bf6dd
Author: Olivier Lamy <[email protected]>
AuthorDate: Wed Dec 15 18:20:31 2021 +0100

    upgrade
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 .github/workflows/maven.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c3e55b6..1cba709 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -50,10 +50,11 @@ jobs:
             maven-${{ matrix.os }}-
 
       - name: Set up JDK
-        uses: actions/setup-java@v2
+        uses: actions/[email protected]
         with:
           distribution: adopt
           java-version: ${{ matrix.java }}
+          cache: 'maven'
 
       - name: Build with Maven
         run: mvn -e -B -V verify

Reply via email to