diff --git a/.github/workflows/label-maker.yml b/.github/workflows/label-maker.yml index 6b2ad2f..30e0feb 100644 --- a/.github/workflows/label-maker.yml +++ b/.github/workflows/label-maker.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run Label Maker - uses: crazy-max/ghaction-github-labeler@v4 # cspell:ignore ghaction + uses: crazy-max/ghaction-github-labeler@v5 # cspell:ignore ghaction with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml