diff --git a/.github/workflows/auto_labeler_pr.yml b/.github/workflows/auto_labeler_pr.yml index 7f26d9dff..6c08dec9c 100644 --- a/.github/workflows/auto_labeler_pr.yml +++ b/.github/workflows/auto_labeler_pr.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply Type Label - uses: actions/labeler@v2 + uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"