diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index eb21babd2..f8432253f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: github.repository_owner == 'tokio-rs' steps: - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true