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