Skip to content

Commit 66d4ebe

Browse files
Updated .github/workflows/lint-python.yml NO_JIRA
1 parent 3ecb5a9 commit 66d4ebe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint Python
33
on: # yamllint disable-line rule:truthy
44
pull_request:
55
paths:
6-
- '**/*.py'
6+
- "**/*.py"
77

88
jobs:
99
flake8:
@@ -15,7 +15,7 @@ jobs:
1515
python_version: ["3.7", "3.9"]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

@@ -38,7 +38,7 @@ jobs:
3838
python-version: ${{ matrix.python_version }}
3939

4040
- name: Lint Python
41-
uses: reviewdog/action-flake8@v3.6.1
41+
uses: reviewdog/action-flake8@v3
4242
with:
4343
fail_on_error: false
4444
filter_mode: diff_context

0 commit comments

Comments
 (0)