From 8a33840e387deca6fd900008131f07a89e7f2163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:43:24 +0000 Subject: [PATCH] Bump srvaroa/labeler from 1.11.0 to 1.11.1 Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/labelling.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labelling.yml b/.github/workflows/labelling.yml index fa497fc41ce..c0eaa2aab23 100644 --- a/.github/workflows/labelling.yml +++ b/.github/workflows/labelling.yml @@ -11,7 +11,7 @@ jobs: pull-requests: write # for srvaroa/labeler to add labels in PR runs-on: ubuntu-latest steps: - - uses: srvaroa/labeler@v1.11.0 + - uses: srvaroa/labeler@v1.11.1 # Config file at .github/labeler.yml env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"