From 8a9fe9ee6bda963e4f099d30a0958583ed9195fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:27:15 +0000 Subject: [PATCH] build(deps): bump fuxingloh/multi-labeler from 2.0.3 to 4.0.0 Bumps [fuxingloh/multi-labeler](https://github.com/fuxingloh/multi-labeler) from 2.0.3 to 4.0.0. - [Release notes](https://github.com/fuxingloh/multi-labeler/releases) - [Commits](https://github.com/fuxingloh/multi-labeler/compare/v2.0.3...v4.0.0) --- updated-dependencies: - dependency-name: fuxingloh/multi-labeler 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 e1edd65..75bfc49 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -8,7 +8,7 @@ jobs: name: Auto Label runs-on: ubuntu-latest steps: - - uses: fuxingloh/multi-labeler@v2.0.3 + - uses: fuxingloh/multi-labeler@v4.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} config-path: .github/labeler.yml