From de0b2b45ba7d391fa44a00b14e8fbe0185781b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:15:14 +0000 Subject: [PATCH] GH Actions: Bump srvaroa/labeler in the action-runners group Bumps the action-runners group with 1 update: [srvaroa/labeler](https://github.com/srvaroa/labeler). Updates `srvaroa/labeler` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/0a20eccb8c94a1ee0bed5f16859aece1c45c3e55...bf262763a8a8e191f5847873aecc0f29df84f957) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] --- .github/workflows/label-new-prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-new-prs.yml b/.github/workflows/label-new-prs.yml index 69cdf93..38d6466 100644 --- a/.github/workflows/label-new-prs.yml +++ b/.github/workflows/label-new-prs.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Label new PRs - uses: srvaroa/labeler@0a20eccb8c94a1ee0bed5f16859aece1c45c3e55 # v1.13.0 + uses: srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 # v1.14.0 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Verify changes to the labeling logic - uses: srvaroa/labeler@0a20eccb8c94a1ee0bed5f16859aece1c45c3e55 # v1.13.0 + uses: srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 # v1.14.0 with: use_local_config: true fail_on_error: true