From 93886eaa2e0d5f1bc7da7e919e77c5ed3de86260 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:02:30 +0000 Subject: [PATCH] Update reviewdog/action-black action to v3.22.4 --- .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 4cacd49..d30e67c 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.2 + uses: reviewdog/action-black@v3.22.4 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.2 + uses: reviewdog/action-black@v3.22.4 with: reporter: github-check tool_name: black