From e4be6d4e072f7f09466fa44b93a12e92e4d5f7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 08:56:37 +0000 Subject: [PATCH] Bump srvaroa/labeler Bumps [srvaroa/labeler](https://github.com/srvaroa/labeler) from b4493338d7929ddc4ffc95fadf6f28c73bae2e90 to e8fbb2561481ef6e711a770f0234e9379dc76892. - [Release notes](https://github.com/srvaroa/labeler/releases) - [Commits](https://github.com/srvaroa/labeler/compare/b4493338d7929ddc4ffc95fadf6f28c73bae2e90...e8fbb2561481ef6e711a770f0234e9379dc76892) --- updated-dependencies: - dependency-name: srvaroa/labeler dependency-version: e8fbb2561481ef6e711a770f0234e9379dc76892 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..ef5120a 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@e8fbb2561481ef6e711a770f0234e9379dc76892 # master at the time of pinning env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"