diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 21e769c0d..e0d99fc81 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,6 +7,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }}