From 00cff4a2eacc3408951a1f7aba9510f812acc010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:42:28 +0000 Subject: [PATCH] chore(deps): update srvaroa/labeler action to v1.12.0 (#354) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 78f6265..5237270 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Label manager for PRs and Issues based on configurable conditions - uses: srvaroa/labeler@29471ee1118fa4e10b011964e6e8fe2fd243e700 # v1.11.1 + uses: srvaroa/labeler@fe4b1c73bb8abf2f14a44a6912a8b4fee835d631 # v1.12.0 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"