Skip to content

Commit 259470b

Browse files
chore(deps): update reviewdog/action-flake8 action to v3.10.0 (#394)
| datasource | package | from | to | | ----------- | ----------------------- | ------ | ------- | | github-tags | reviewdog/action-flake8 | v3.8.0 | v3.10.0 |
1 parent 9a89084 commit 259470b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_reviewdog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # tag=v5.1.0
2727
with:
2828
python-version: "3.12"
29-
- uses: reviewdog/action-flake8@51c2708ac3e9463b4d27d0ba7d9e3ded608a6ad3 # v3.8.0
29+
- uses: reviewdog/action-flake8@99c2cfecdbc9111ec223b85b08af0e13a9a098dc # v3.10.0
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232

template/.github/workflows/pr_reviewdog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # tag=v5.1.0
3131
with:
3232
python-version: "3.12"
33-
- uses: reviewdog/action-flake8@51c2708ac3e9463b4d27d0ba7d9e3ded608a6ad3 # v3.8.0
33+
- uses: reviewdog/action-flake8@99c2cfecdbc9111ec223b85b08af0e13a9a098dc # v3.10.0
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636

0 commit comments

Comments
 (0)