From 8532ce2f19e5af8d862ebd5f267598ed80d93603 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 16 Oct 2025 16:28:36 +0200 Subject: [PATCH] Bump actions/labeler to v6 --- .github/workflows/pull-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-labeler.yml b/.github/workflows/pull-labeler.yml index 812819b5991ed..d05483e56ca3e 100644 --- a/.github/workflows/pull-labeler.yml +++ b/.github/workflows/pull-labeler.yml @@ -15,6 +15,6 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: sync-labels: true