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/06/09 11:31:23 UTC

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

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 81b78d58cba Bump actions/labeler from 2.2.0 to 4.0.0
81b78d58cba is described below

commit 81b78d58cbaf631b5e722e6c79e451dccc16c358
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 9 08:45:56 2022 +0000

    Bump actions/labeler from 2.2.0 to 4.0.0
    
    Bumps [actions/labeler](https://github.com/actions/labeler) from 2.2.0 to 4.0.0.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](https://github.com/actions/labeler/compare/2.2.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 24390cf2f2e..779964f47f9 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@2.2.0
+        uses: actions/labeler@v4.0.0
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/generic-pr/label-config.yml