From 30dd8a09895807957c93bc653b952dbf13c0b091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 12:52:31 +0000 Subject: [PATCH] ci(deps): bump srvaroa/labeler from 1.13.0 to 1.14.0 Bumps [srvaroa/labeler](https://github.com/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/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/validate_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_pr.yml b/.github/workflows/validate_pr.yml index 9d31782d..f1ed3920 100644 --- a/.github/workflows/validate_pr.yml +++ b/.github/workflows/validate_pr.yml @@ -39,6 +39,6 @@ jobs: requireScope: false - name: "Label PR" - uses: srvaroa/labeler@v1.13.0 # https://github.com/srvaroa/labeler + uses: srvaroa/labeler@v1.14.0 # https://github.com/srvaroa/labeler env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"