diff --git a/.github/workflows/labeling.yml b/.github/workflows/labeling.yml index 5967d353..c4ccedb5 100644 --- a/.github/workflows/labeling.yml +++ b/.github/workflows/labeling.yml @@ -85,7 +85,7 @@ jobs: # Apply file/branch-based labels using labeler.yml (for PRs) - name: File/branch labeler (actions/labeler) if: github.event_name == 'pull_request' - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: ${{ env.LABELER_RULES }}