diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5144053..2e4b537 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5.0.0 + uses: crazy-max/ghaction-github-labeler@v5.1.0 with: skip-delete: true github-token: ${{ secrets.GITHUB_TOKEN }}