diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5027d5d..a475f3f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,6 +13,6 @@ jobs: uses: actions/checkout@v4 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5.1.0 + uses: crazy-max/ghaction-github-labeler@v5.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}