From 41314d63763171cf5a0ff0d0b4a369e0ce7b640f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 08:53:45 +0000 Subject: [PATCH] Bump srvaroa/labeler Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from b4493338d7929ddc4ffc95fadf6f28c73bae2e90 to 471cdb892ebac76de6cb869105a2017fa3b9b9b3. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/b4493338d7929ddc4ffc95fadf6f28c73bae2e90...471cdb892ebac76de6cb869105a2017fa3b9b9b3) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-version: 471cdb892ebac76de6cb869105a2017fa3b9b9b3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 6e7ff69..d92baa8 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -13,6 +13,6 @@ jobs: with: fetch-depth: 2 - name: Launch labeler - uses: srvaroa/labeler@b4493338d7929ddc4ffc95fadf6f28c73bae2e90 # master at the time of pinning + uses: srvaroa/labeler@471cdb892ebac76de6cb869105a2017fa3b9b9b3 # master at the time of pinning env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"