From 23c8e988e0bfbdb4d5465001f4a1a29264b38f60 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:32:07 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v6.2.0 | datasource | package | from | to | | ----------- | --------------- | ------ | ------ | | github-tags | actions/labeler | v6.1.0 | v6.2.0 | --- .github/workflows/meta-labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index ff5d73c..b4e6ff1 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -24,7 +24,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Labeler - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 + uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0 with: configuration-path: .github/labeler.yaml repo-token: "${{ steps.app-token.outputs.token }}"