diff --git a/.github/workflows/99-labeler.yml b/.github/workflows/99-labeler.yml index 27b7bf5..40108ac 100644 --- a/.github/workflows/99-labeler.yml +++ b/.github/workflows/99-labeler.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly steps: - name: 🏷️ Labeler - uses: actions/labeler@v5 + uses: actions/labeler@v6 continue-on-error: true with: repo-token: "${{ secrets.GITHUB_TOKEN }}"