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