diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b02c112f1170..c7ecaa3bcad3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: pull-requests: write # for actions/labeler to add labels to PRs runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 # v5 is broken, ref https://github.com/actions/labeler/issues/712. Do not bump. + - uses: actions/labeler@v5 # v5 is broken, ref https://github.com/actions/labeler/issues/712. Do not bump. with: repo-token: "${{ secrets.GITHUB_TOKEN }}"