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