From 80029787b526bef3d577355af29513a26bdbd806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 06:59:51 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20actions/labeler?= =?UTF-8?q?=20action=20to=20v6.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-conventions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-conventions.yml b/.github/workflows/action-conventions.yml index e33cfeb..af50215 100644 --- a/.github/workflows/action-conventions.yml +++ b/.github/workflows/action-conventions.yml @@ -30,7 +30,7 @@ jobs: run: | cat ${{ inputs.additional-labeler-config }} >> labeler-config.yml - - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 + - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0 with: configuration-path: "labeler-config.yml"