diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 7b4efd24fd..6871c835aa 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name != 'merge_group' steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true