From bae89da34fa146f4104c8de2b324e628a592a6d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 13:41:44 +0530 Subject: [PATCH] chore(deps): update actions/labeler action to v4 (#45327) Co-authored-by: Renovate Bot --- .github/workflows/labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index 4528732ef6..227b59d27e 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -6,7 +6,7 @@ jobs: triage: runs-on: ubuntu-20.04 steps: - - uses: actions/labeler@v3 + - uses: actions/labeler@v4 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true