diff --git a/.github/workflows/auto_labeler_pr.yml b/.github/workflows/auto_labeler_pr.yml index dd4c94de9..c690fb1c1 100644 --- a/.github/workflows/auto_labeler_pr.yml +++ b/.github/workflows/auto_labeler_pr.yml @@ -15,7 +15,7 @@ jobs: runs-on: [ubuntu-latest] steps: - name: Apply Type Label - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: '' # this is a temporary workaround, see #4844