From 0ea165e70608380841aaf56ebc35272afd4ab795 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:11:46 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v7 --- .github/workflows/on_pull_request.yml | 2 +- .github/workflows/on_pull_request_open.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_pull_request.yml b/.github/workflows/on_pull_request.yml index c0e9ef8cd4..e75e27cd22 100644 --- a/.github/workflows/on_pull_request.yml +++ b/.github/workflows/on_pull_request.yml @@ -450,7 +450,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@v4 - - uses: actions/labeler@v5 + - uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true diff --git a/.github/workflows/on_pull_request_open.yml b/.github/workflows/on_pull_request_open.yml index b98077c9e4..26ab5a9bce 100644 --- a/.github/workflows/on_pull_request_open.yml +++ b/.github/workflows/on_pull_request_open.yml @@ -22,7 +22,7 @@ jobs: - name: Auto contribution labeler if: ${{ steps.teamAffiliation.outputs.isTeamMember == 'false' }} - uses: actions/labeler@v5 + uses: actions/labeler@v7 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/opened-pr-contribution-labeler.yml