diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 1b8741fa0816d..00c36f0af66f1 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -11,6 +11,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }}