Skip to content

Commit

Permalink
build(deps): Bump reviewdog/action-flake8 from 3.11.0 to 3.12.0
Browse files Browse the repository at this point in the history
Bumps [reviewdog/action-flake8](https://github.com/reviewdog/action-flake8) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/reviewdog/action-flake8/releases)
- [Changelog](https://github.com/reviewdog/action-flake8/blob/master/CHANGELOG.md)
- [Commits](reviewdog/action-flake8@v3.11.0...v3.12.0)

---
updated-dependencies:
- dependency-name: reviewdog/action-flake8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 2f93b75 commit ee5146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: pip install -r requirements.txt

- name: Execute the linting checks
uses: reviewdog/action-flake8@v3.11.0
uses: reviewdog/action-flake8@v3.12.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
flake8_args: --config=.flake8
Expand Down

0 comments on commit ee5146c

Please sign in to comment.