From 2e567f0cda9c4c1e877e96e59aedaf8f912ed5df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 13:29:40 +0000 Subject: [PATCH] Update reviewdog/action-black action to v3.24.0 --- .github/workflows/python-linting.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-linting.yaml b/.github/workflows/python-linting.yaml index 9aa0a3d..9cf7a04 100644 --- a/.github/workflows/python-linting.yaml +++ b/.github/workflows/python-linting.yaml @@ -69,7 +69,7 @@ jobs: - name: Run Black if: github.event_name == 'pull_request' - uses: reviewdog/action-black@v3.22.4 + uses: reviewdog/action-black@v3.24.0 with: reporter: github-pr-review tool_name: black @@ -79,7 +79,7 @@ jobs: - name: Run Black if: github.event_name == 'push' - uses: reviewdog/action-black@v3.22.4 + uses: reviewdog/action-black@v3.24.0 with: reporter: github-check tool_name: black