Skip to content

Commit 4c55575

Browse files
Updated .github/workflows/lint-python.yml NO_JIRA
1 parent 1321e32 commit 4c55575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-python.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
fi
3434
3535
- name: Set up Python environment
36-
uses: actions/setup-python@v2
36+
uses: actions/setup-python@v4
3737
with:
3838
python-version: ${{ matrix.python_version }}
3939

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

0 commit comments

Comments
 (0)