diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5ad46a4..dabe55e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -15,6 +15,6 @@ jobs: uses: actions/checkout@v4 - name: Run Labeler - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }}