From 66ee2b190c19fc7ba8f50b3fc0a8d4d5d39a7f91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 08:41:34 +0000 Subject: [PATCH] Update actions/labeler action to v6 | datasource | package | from | to | | ----------- | --------------- | ---- | -- | | github-tags | actions/labeler | v5 | v6 | Signed-off-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 8d72def..6c6c02c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -19,7 +19,7 @@ jobs: sparse-checkout-cone-mode: false repository: opentracing-contrib/common - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true