From d4f5710646d2b72ed91b43096c15b95058ef0ab8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 01:28:48 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-labeler action to v6 --- .github/workflows/reusable-labelsync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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