From 09c5f1284c94765e740bf88aaf2e511a6cad4870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:13:29 +0200 Subject: [PATCH] chore(deps): bump actions/labeler from 4 to 5 (#735) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 5bc422d6f23..baefb5a4429 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -22,7 +22,7 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 #if: github.event.pull_request.head.repo.full_name == github.repository with: repo-token: "${{ secrets.GITHUB_TOKEN }}"