From af15356cd1131c56ff5dfa192bcb92b2514545bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:06:56 +0000 Subject: [PATCH] Update reviewdog/action-black action to v3.23.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..c555fa3 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.23.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.23.0 with: reporter: github-check tool_name: black