From 50bc8fe9bdaaca1d6be6862e73c461fd4b6cd8cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 16:10:01 +0000 Subject: [PATCH] Update actions/labeler action to v7 --- .github/workflows/labeler_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler_workflow.yml b/.github/workflows/labeler_workflow.yml index 8cbf1049..5f24e6ec 100644 --- a/.github/workflows/labeler_workflow.yml +++ b/.github/workflows/labeler_workflow.yml @@ -30,5 +30,5 @@ jobs: run: tox - name: Add label if tests fail - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6 + uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7 if: ${{ failure() }} \ No newline at end of file