From bf0f31f51f858e5bd5c751b7be8a9207ec788c62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 06:52:16 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v7 --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 0cf3230..fcbc99a 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v6 # File-based labels (docs, ci, deps, plugins) - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: configuration-path: .github/labeler.yml