diff --git a/.github/workflows/reusable-labelsync.yml b/.github/workflows/reusable-labelsync.yml index 38a04a6..81047e9 100644 --- a/.github/workflows/reusable-labelsync.yml +++ b/.github/workflows/reusable-labelsync.yml @@ -53,7 +53,7 @@ jobs: if: inputs.merge-labels == false run: mv core-labels/.github/labels.yml labels.yml - name: Run Label Sync - uses: crazy-max/ghaction-github-labeler@v5 + uses: crazy-max/ghaction-github-labeler@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: labels.yml \ No newline at end of file