From 826e36bfb2c49330dfb500799e0e6437c498886c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 05:50:14 +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 7d8305e..a75e42f 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🏷️ Apply labels - uses: actions/labeler@v5 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"