You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gi...@apache.org on 2022/09/12 10:17:23 UTC

[maven-gh-actions-shared] branch v2 updated: Bump release-drafter/release-drafter from 5.20.0 to 5.20.1

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

github-bot pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v2 by this push:
     new 4daf9ef  Bump release-drafter/release-drafter from 5.20.0 to 5.20.1
4daf9ef is described below

commit 4daf9ef6e7d91b2d4b951fdec0e87cc26296b31d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 17 02:26:09 2022 +0000

    Bump release-drafter/release-drafter from 5.20.0 to 5.20.1
    
    Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.20.0 to 5.20.1.
    - [Release notes](https://github.com/release-drafter/release-drafter/releases)
    - [Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: release-drafter/release-drafter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/release-drafter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index e194d9d..d2f8147 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -25,6 +25,6 @@ jobs:
   update_release_draft:
     runs-on: ubuntu-latest
     steps:
-      - uses: release-drafter/release-drafter@v5.20.0
+      - uses: release-drafter/release-drafter@v5.20.1
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}