From d8c3582e80fbe7809c1ebbaf43fd4e6853a258c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 09:50:23 +0000 Subject: [PATCH] build(deps): bump actions/labeler from 4.3.0 to 5.0.0 (#3563) --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6e4dbd515..b96c717a9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest name: Assign Labels steps: - - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 + - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 if: ${{ github.event.pull_request }} with: repo-token: "${{ secrets.GITHUB_TOKEN }}"