diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 649391e..28ddfdd 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Auto-label by file changes - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml