Skip to content

Commit

Permalink
Bump reviewdog/action-pyflakes from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [reviewdog/action-pyflakes](https://github.com/reviewdog/action-pyflakes) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/reviewdog/action-pyflakes/releases)
- [Commits](reviewdog/action-pyflakes@v1.8.0...v1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and provandal committed Sep 18, 2023
1 parent 692ff5f commit fc8f1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: pyflakes
uses: reviewdog/action-pyflakes@v1.8.0
uses: reviewdog/action-pyflakes@v1.9.0
with:
github_token: ${{ secrets.github_token }}

0 comments on commit fc8f1fa

Please sign in to comment.