Skip to content

Commit 6057e9e

Browse files
Update reviewdog/action-black action to v3.22.3
1 parent ee4b0cd commit 6057e9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-linting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Run Black
7171
if: github.event_name == 'pull_request'
72-
uses: reviewdog/action-black@v3.22.2
72+
uses: reviewdog/action-black@v3.22.3
7373
with:
7474
reporter: github-pr-review
7575
tool_name: black
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Run Black
8181
if: github.event_name == 'push'
82-
uses: reviewdog/action-black@v3.22.2
82+
uses: reviewdog/action-black@v3.22.3
8383
with:
8484
reporter: github-check
8585
tool_name: black

0 commit comments

Comments
 (0)