diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index b0a77ed4..2f790177 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -13,7 +13,7 @@ jobs: name: Auto-label PR runs-on: ubuntu-latest steps: - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }}