diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7928471..c21f4b7 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v6 - name: Auto-label PR based on changed files - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} configuration-path: .github/labeler.yml