From 5bf7cf788d394f8feed25aa3c4bd4048a58ee661 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 16 Oct 2025 19:00:41 +0200 Subject: [PATCH] Bump `actions/labeler` to v6 (#35681) https://github.com/actions/labeler/releases/tag/v6.0.0 --- .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 812819b599..d05483e56c 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