From 9407c65c788a4d6db12366b8872254d5884ab706 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:20:37 +0300 Subject: [PATCH] chore(deps): update actions/labeler action to v7 (#1739) --- .github/workflows/pr-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index fe164ff3..8110b288 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically label PR - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true