diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 15ab1d1..1f7ba56 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v6 - name: Label PR based on files changed - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true