From 449e9da24549cf08843c4417451cbd9f99d6c6fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:05:18 +0000 Subject: [PATCH] build(deps): bump fuxingloh/multi-labeler from 4 to 5 Bumps [fuxingloh/multi-labeler](https://github.com/fuxingloh/multi-labeler) from 4 to 5. - [Release notes](https://github.com/fuxingloh/multi-labeler/releases) - [Commits](https://github.com/fuxingloh/multi-labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: fuxingloh/multi-labeler dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 3356174dc..21415c929 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'pull_request_target' steps: - - uses: fuxingloh/multi-labeler@v4 + - uses: fuxingloh/multi-labeler@v5 with: github-token: ${{secrets.GITHUB_TOKEN}}