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

apupier 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 ef67fe7ad4d2 chore(deps): Bump actions/labeler from 6.1.0 to 6.2.0
ef67fe7ad4d2 is described below

commit ef67fe7ad4d2b60c6e20dbd48e04588c9841c425
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 9 06:52:46 2026 +0000

    chore(deps): Bump actions/labeler from 6.1.0 to 6.2.0
    
    Bumps [actions/labeler](https://github.com/actions/labeler) from 6.1.0 to 
6.2.0.
    - [Release notes](https://github.com/actions/labeler/releases)
    - 
[Commits](https://github.com/actions/labeler/compare/f27b608878404679385c85cfa523b85ccb86e213...b8dd2d9be0f68b860e7dae5dae7d772984eacd6d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-version: 6.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/pr-labeler.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml
index 72347b24f463..f5045052ea9d 100644
--- a/.github/workflows/pr-labeler.yml
+++ b/.github/workflows/pr-labeler.yml
@@ -69,7 +69,7 @@ jobs:
             core.setOutput('id', issue_number)
 
       - name: Label changes scope
-        uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
+        uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/actions/labeler/label-config.yml

Reply via email to