Commit 034ee3f47b0 for php.net

commit 034ee3f47b0efe06f3dd49d1b57421ca57e585fa
Author: Tim Düsterhus <tim@tideways-gmbh.com>
Date:   Wed Dec 17 15:24:55 2025 +0100

    Update GitHub Action workflows to `actions/labeler@v6`

diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index dbddbdc5d89..4cf6357c491 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -12,6 +12,6 @@ jobs:
       pull-requests: write
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/labeler@v5
+      - uses: actions/labeler@v6
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"