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

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


The following commit(s) were added to refs/heads/master by this push:
     new daedffd  Update github actions: define java 15, java 16-ea, update 
actions/cache@v1 to actions/cache@v2
daedffd is described below

commit daedffd60c485c97962526fc0d9e2c633470617f
Author: KroArtem <artem.krosheninni...@gmail.com>
AuthorDate: Tue Jan 26 01:44:06 2021 +0300

    Update github actions: define java 15, java 16-ea, update actions/cache@v1 
to actions/cache@v2
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0cd022d..ba6fd0f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       matrix:
         os: [ubuntu-latest, windows-latest, macOS-latest]
-        java: [8, 11, 14, 15-ea]
+        java: [8, 11, 14, 15, 16-ea]
       fail-fast: false
 
     runs-on: ${{ matrix.os }}
@@ -35,7 +35,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Set up cache for ~./m2/repository
-        uses: actions/cache@v1
+        uses: actions/cache@v2
         with:
           path: ~/.m2/repository
           key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ 
hashFiles('**/pom.xml') }}

Reply via email to