You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/07/06 05:59:44 UTC

[maven-dependency-analyzer] branch master updated: Use shared GitHub action v3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d491c5c  Use shared GitHub action v3
d491c5c is described below

commit d491c5c05150414c50e036d4f5a46b515fbd350d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Jul 6 07:59:41 2022 +0200

    Use shared GitHub action v3
---
 .github/workflows/maven-verify.yml | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index d9b6ac3..0041346 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -21,14 +21,9 @@ on:
   pull_request:
 
 jobs:
-  build-3-2:
-    name: Verify-3.2.5
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+  build:
+    name: Verify
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
     with:
-      maven_version: '3.2.5'
-
-  build-3-8:
-    name: Verify-3.8.6
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
-    with:
-      maven_version: '3.8.6'
+      maven-matrix: '[ "3.2.5", "3.8.6" ]'
+      ff-maven: "3.8.6"