diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4df6ff7..2f5c62b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Label based on files - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: configuration-path: .github/labeler.yml repo-token: ${{ secrets.GITHUB_TOKEN }}