ci: update global python (#1896)
This commit is contained in:
parent
4a2f7023ec
commit
47b5fc1fc0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/python-flake8.yml
vendored
2
.github/workflows/python-flake8.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
|
||||
uses: actions/setup-python@v5 # https://github.com/actions/setup-python
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue