diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5bc422d6f23..baefb5a4429 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 #if: github.event.pull_request.head.repo.full_name == github.repository with: repo-token: "${{ secrets.GITHUB_TOKEN }}"