From 413921eed98ec5590bd7de3ab31a4b8b0e63c65a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:06:51 +0000 Subject: [PATCH] NO_JIRA: Bump reviewdog/action-flake8 from 3.6.1 to 3.7.0 Bumps [reviewdog/action-flake8](https://github.com/reviewdog/action-flake8) from 3.6.1 to 3.7.0. - [Release notes](https://github.com/reviewdog/action-flake8/releases) - [Changelog](https://github.com/reviewdog/action-flake8/blob/master/CHANGELOG.md) - [Commits](https://github.com/reviewdog/action-flake8/compare/v3.6.1...v3.7.0) --- updated-dependencies: - dependency-name: reviewdog/action-flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index 501ebc8..ff614ce 100644 --- a/.github/workflows/lint-python.yml +++ b/.github/workflows/lint-python.yml @@ -38,7 +38,7 @@ jobs: python-version: ${{ matrix.python_version }} - name: Lint Python - uses: reviewdog/action-flake8@v3.6.1 + uses: reviewdog/action-flake8@v3.7.0 with: fail_on_error: false filter_mode: diff_context