mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-05 00:14:33 +08:00
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:
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/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
python-version: '3.x'
|
||||
- name: Update Directory
|
||||
shell: python
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user