From 85c13c7d16e8a537ee609c034231c98857f2fced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:47:07 +0000 Subject: [PATCH] chore(deps): bump srvaroa/labeler from 1.4 to 1.11 Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.4 to 1.11. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.4...v1.11) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-labels.yml b/.github/workflows/generate-labels.yml index 5a2d0614e..b748ca83f 100644 --- a/.github/workflows/generate-labels.yml +++ b/.github/workflows/generate-labels.yml @@ -9,6 +9,6 @@ jobs: name: 'Label PR based on title' runs-on: ubuntu-latest steps: - - uses: srvaroa/labeler@v1.4 + - uses: srvaroa/labeler@v1.11 env: GITHUB_TOKEN: ${{ github.token }}