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