From c9218903649fbb2cc5ac02981311123133842dc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:33:16 +0000 Subject: [PATCH] chore(deps): update actions/labeler to v6.2.0 --- .github/workflows/global.labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/global.labeler.yml b/.github/workflows/global.labeler.yml index f54d74c..8121712 100644 --- a/.github/workflows/global.labeler.yml +++ b/.github/workflows/global.labeler.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest name: 'Set labels on Pull Request' steps: - - uses: actions/labeler@v6.1.0 + - uses: actions/labeler@v6.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true