Update validate_python.yml
This commit is contained in:
4
.github/workflows/validate_python.yml
vendored
4
.github/workflows/validate_python.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
||||
name: Lint
|
||||
steps:
|
||||
- name: Check out source repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@main
|
||||
- name: Set up Python environment
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@main
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: flake8 Lint
|
||||
|
||||
Reference in New Issue
Block a user