diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 5eff770..456ef7a 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -14,7 +14,7 @@ jobs: ${{ !startsWith(github.event.pull_request.title, 'chore(deps):') }} runs-on: ubuntu-latest steps: - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: repo-token: ${{ secrets.BOT_GITHUB_TOKEN }} configuration-path: .github/pr-paths.yml