You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/08/16 10:05:03 UTC

[camel] branch main updated: Bump actions/labeler from 4.0.0 to 4.0.1

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new cf388aec61a Bump actions/labeler from 4.0.0 to 4.0.1
cf388aec61a is described below

commit cf388aec61a8b73c22ddb5a20cc68b7571d9ea67
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 15 06:25:49 2022 +0000

    Bump actions/labeler from 4.0.0 to 4.0.1
    
    Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](https://github.com/actions/labeler/compare/v4.0.0...v4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/generic-pr.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/generic-pr.yaml b/.github/workflows/generic-pr.yaml
index 779964f47f9..3da41b2933b 100644
--- a/.github/workflows/generic-pr.yaml
+++ b/.github/workflows/generic-pr.yaml
@@ -41,7 +41,7 @@ jobs:
             (github.event.action == 'opened' ||
              github.event.action == 'reopened' ||
              github.event.action == 'synchronize')
-        uses: actions/labeler@v4.0.0
+        uses: actions/labeler@v4.0.1
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/generic-pr/label-config.yml