Skip to content

Commit ed2792c

Browse files
Update flake-lint.yml (#100)
Signed-off-by: Julius von Kohout <[email protected]>
1 parent 53e5540 commit ed2792c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flake-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
name: Lint
1212
steps:
1313
- name: Check out source repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: Set up Python environment
1616
uses: actions/setup-python@v1
1717
with:
18-
python-version: "3.7"
18+
python-version: "3.11"
1919
- name: flake8 Lint
2020
uses: py-actions/flake8@v1
2121
with:

0 commit comments

Comments
 (0)