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/12/15 16:32:19 UTC

[maven-invoker] 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-invoker.git


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

commit eec877bf03c1c99d9b1435e34f757b4183f7b235
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Thu Dec 15 17:31:03 2022 +0100

    use Shared GitHub action v3
---
 .github/workflows/maven-verify.yml    | 2 +-
 .github/workflows/release-drafter.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 857ce59..ea919b2 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -24,6 +24,6 @@ on:
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
 
 
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 58e5ee4..b44872c 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -22,4 +22,4 @@ on:
       - master
 jobs:
    update_release_draft:
-      uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v2
+      uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v3