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/02/11 17:12:59 UTC

[maven-apache-parent] branch master updated: Use shared GitHub action v2

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-apache-parent.git


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

commit 3a32b18e5d7dd58813696535ee04ebc225364fef
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Feb 11 18:12:52 2022 +0100

    Use shared GitHub action v2
---
 .github/workflows/maven-verify.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 7a38e97..bbd7786 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -19,11 +19,9 @@ name: Verify
 
 on:
   push:
-    branches-ignore:
-      - dependabot/**
   pull_request:
 
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2