From 90252d7ad27357ebe07b86fec4ae1bf30c616b41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 21:51:45 +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