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/10/10 07:15:57 UTC

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

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 e88a28eabb1 Bump actions/labeler from 4.0.1 to 4.0.2
e88a28eabb1 is described below

commit e88a28eabb1bdace85b6a26206b085830c33b840
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 10 06:25:39 2022 +0000

    Bump actions/labeler from 4.0.1 to 4.0.2
    
    Bumps [actions/labeler](https://github.com/actions/labeler) from 4.0.1 to 4.0.2.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](https://github.com/actions/labeler/compare/v4.0.1...v4.0.2)
    
    ---
    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 9042185aa13..c44d132e1ed 100644
--- a/.github/workflows/generic-pr.yaml
+++ b/.github/workflows/generic-pr.yaml
@@ -42,7 +42,7 @@ jobs:
             (github.event.action == 'opened' ||
              github.event.action == 'reopened' ||
              github.event.action == 'synchronize')
-        uses: actions/labeler@v4.0.1
+        uses: actions/labeler@v4.0.2
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/generic-pr/label-config.yml