diff --git a/.github/workflows/_auto-label.yml b/.github/workflows/_auto-label.yml index d653f5d..9b0f693 100644 --- a/.github/workflows/_auto-label.yml +++ b/.github/workflows/_auto-label.yml @@ -22,7 +22,7 @@ jobs: unified_path: ${{ inputs.unified_path }} - name: Apply labels - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: configuration-path: ${{ steps.prep.outputs.labeler_path }} repo-token: ${{ secrets.GITHUB_TOKEN }}