Skip to content

Commit 88320ee

Browse files
committed
Updated the flake8 action to the latest version
1 parent 57cec4e commit 88320ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/codeqa-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Check code style with Flake8
14-
uses: TrueBrain/actions-flake8@v1.2
14+
uses: TrueBrain/actions-flake8@v2
1515
with:
1616
path: src tests
1717

0 commit comments

Comments
 (0)