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