From e3722675d5890f50bd9e7fb08318f81770b5a47e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:57:04 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-labeler action to v6.0.0 --- sync-root/.github/workflows/label-synchronization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-root/.github/workflows/label-synchronization.yaml b/sync-root/.github/workflows/label-synchronization.yaml index 0081d84..b57c7e7 100644 --- a/sync-root/.github/workflows/label-synchronization.yaml +++ b/sync-root/.github/workflows/label-synchronization.yaml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Synchronize labels - uses: crazy-max/ghaction-github-labeler@v5 + uses: crazy-max/ghaction-github-labeler@v6 with: dry-run: false github-token: ${{ secrets.GITHUB_TOKEN }}