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/01/04 22:24:43 UTC

[maven-compiler-plugin] branch master updated: Shared GitHub Acton 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-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6335382  Shared GitHub Acton v2
6335382 is described below

commit 6335382f97aad2e69b9f9a0a4af3cf801cd29273
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Jan 4 23:20:36 2022 +0100

    Shared GitHub Acton 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 cbe396a..e5488d8 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -19,13 +19,11 @@ 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
     with:
       jdk-distribution-matrix: '[ "temurin", "zulu" ]'