From ca5914c398c2dbaf59175b10a074c7673cfe1956 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:40:55 +0000 Subject: [PATCH] chore(deps): bump srvaroa/labeler from 1.8.2 to 1.11.1 Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.8.2 to 1.11.1. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.8.2...v1.11.1) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/label-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-pr.yml b/.github/workflows/label-pr.yml index 39c404a16ed..51801802472 100644 --- a/.github/workflows/label-pr.yml +++ b/.github/workflows/label-pr.yml @@ -9,6 +9,6 @@ jobs: name: Label PR based on title runs-on: ubuntu-latest steps: - - uses: srvaroa/labeler@v1.8.2 + - uses: srvaroa/labeler@v1.11.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}