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

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 150eeef  build(deps): bump actions/labeler from 5 to 6 (#443)
150eeef is described below

commit 150eeefd1239afb77a60ee52f93b27f82f2b0be8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 21:58:59 2025 -0500

    build(deps): bump actions/labeler from 5 to 6 (#443)
    
    Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
    - [Release notes](https://github.com/actions/labeler/releases)
    - [Commits](https://github.com/actions/labeler/compare/v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/labeler
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/pr.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index 8956c9a..52aad56 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -45,6 +45,6 @@ jobs:
           echo "${{ github.event.pull_request.title }}" | npx commitlint
 
       - name: Labeling
-        uses: actions/labeler@v5
+        uses: actions/labeler@v6
         # disable until figuring out a way to do this without 
pull_request_target
         if: false

Reply via email to