Change Python version for directory workflow from 3.10 to 3.x to use newer and faster language versions (#3921)
This commit is contained in:
parent
2418604f7a
commit
3a56c963b3
2
.github/workflows/update_directory.yml
vendored
2
.github/workflows/update_directory.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.x'
|
||||||
- name: Update Directory
|
- name: Update Directory
|
||||||
shell: python
|
shell: python
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user