diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 420617809b..b67265ca80 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,6 +14,6 @@ jobs: name: Pull Request Labeler runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4.0.1 + - uses: actions/labeler@v4 with: repo-token: '${{ secrets.GITHUB_TOKEN }}'