From e58ef84f8a4cb59ab19467f044d05c6cf8ac024e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 May 2022 15:33:53 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v4 Signed-off-by: Renovate Bot --- .github/workflows/automate_area-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automate_area-labels.yml b/.github/workflows/automate_area-labels.yml index e829029525..3d616506e1 100644 --- a/.github/workflows/automate_area-labels.yml +++ b/.github/workflows/automate_area-labels.yml @@ -6,7 +6,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v3 + - uses: actions/labeler@v4 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true