diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 9d6e075..7dd3835 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -16,6 +16,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply labels from file patterns - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: ${{ secrets.GITHUB_TOKEN }}