From 64c31280e2b625f0a1c5e7e6095fb8e2e73caa81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:30:32 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v7 --- .github/workflows/pr-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index d0ccfc4..1270716 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: Label Pull Request - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true