From 37963ca0f60245faf3569e9ca8ae9849c90e6be6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 23:17:55 +0000 Subject: [PATCH] Update actions/labeler action to v6 --- .github/workflows/label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 3fb644b..fac8e21 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 # Schritt 2: Führt den Labeler aus. - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: # configuration-path ist jetzt optional, aber sicherheitshalber belassen wir ihn configuration-path: .github/labeler.yml