diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index d1e5484b6e6..620bbcf626c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -6,6 +6,6 @@ jobs: labeler: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4.0.0 + - uses: actions/labeler@4.1.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"