diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 9d50588..e0bb541 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,6 +16,6 @@ jobs: uses: actions/checkout@v4 - name: Apply labels - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: ${{ secrets.GITHUB_TOKEN }}