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