From 10434913010beabcd95454ea743c016095bee2f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:30:37 +0000 Subject: [PATCH] chore(deps): update actions/labeler to v7 --- .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 8121712..b2a1113 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.2.0 + - uses: actions/labeler@v7.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} sync-labels: true