From db27aaa4fdb39199ec4c8f08ecbe76fe7c163477 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 23:36:47 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v4.3.0 --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 99e866d35d..511a89e932 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Add pull request labels - uses: actions/labeler@v4.0.3 + uses: actions/labeler@v4.3.0 with: configuration-path: .github/pr-labeler.yml sync-labels: true