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/09 23:25:24 UTC

[maven-scm] branch master updated: Use GitHub shared actions 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-scm.git


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

commit ba71e03aba8115c3f70c1171edc17b98f347c08d
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Feb 10 00:25:19 2022 +0100

    Use GitHub shared actions v2
---
 .github/workflows/maven-verify.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index aef403b..bbd7786 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -19,13 +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