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 64078a54554 Bump actions/labeler from 4.3.0 to 5.0.0 (#12310)
64078a54554 is described below

commit 64078a545544ecfea51a560cf32a5af801523824
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 4 11:57:51 2024 +0100

    Bump actions/labeler from 4.3.0 to 5.0.0 (#12310)
    
    Bumps [actions/labeler](https://github.com/actions/labeler) from 4.3.0 to 
5.0.0.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](https://github.com/actions/labeler/compare/v4.3.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/generic-pr.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/generic-pr.yaml 
b/.github/workflows/generic-pr.yaml
index dd40e746dc2..b1bcc9b440b 100644
--- a/.github/workflows/generic-pr.yaml
+++ b/.github/workflows/generic-pr.yaml
@@ -42,21 +42,21 @@ jobs:
             (github.event.action == 'opened' ||
              github.event.action == 'reopened' ||
              github.event.action == 'synchronize')
-        uses: actions/labeler@v4.3.0
+        uses: actions/labeler@v5.0.0
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/generic-pr/label-config.yml
           sync-labels: true
       - name: Label changes scope (Camel 4)
         if: github.ref == 'refs/heads/main'
-        uses: actions/labeler@v4.3.0
+        uses: actions/labeler@v5.0.0
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: 
.github/workflows/generic-pr/label-config-main.yml
           sync-labels: true
       - name: Label changes scope (Camel 3)
         if: github.ref == 'refs/heads/camel-3.x'
-        uses: actions/labeler@v4.3.0
+        uses: actions/labeler@v5.0.0
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: 
.github/workflows/generic-pr/label-config-camel-3.yml

Reply via email to