diff --git a/.github/workflows/manage-labels.yaml b/.github/workflows/manage-labels.yaml index 752ae76988..3f0b30bb12 100644 --- a/.github/workflows/manage-labels.yaml +++ b/.github/workflows/manage-labels.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Apply github labels from config - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: yaml-file: .github/labels.yaml skip-delete: true