diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 163862b73..2f232578e 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@v2 + - uses: actions/labeler@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file