From 62d1beb8d37a86faf32aaa9d95165d1a7b85e111 Mon Sep 17 00:00:00 2001 From: Danil Silantyev Date: Mon, 13 Jul 2026 21:22:23 +0700 Subject: [PATCH] fix: correct labeler action version annotation --- .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 4fc1bea..584aba3 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -30,7 +30,7 @@ jobs: api.github.com:443 - name: Apply labels - uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.0.0 + uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0 with: configuration-path: .github/labeler.yml sync-labels: true