diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 4013d7a..e7afe9b 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -20,7 +20,7 @@ jobs: - name: Check out the repository uses: actions/checkout@v4 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5.2.0 + uses: crazy-max/ghaction-github-labeler@v5.3.0 with: skip-delete: true github-token: ${{ secrets.GITHUB_TOKEN }}