ci: 更新 setup-python
This commit is contained in:
parent
cb2e8743af
commit
098f08e906
|
@ -40,7 +40,7 @@ jobs:
|
|||
run: sudo apt install fakeroot patchelf -y
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
cache: 'pip'
|
||||
|
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
cache: 'pip'
|
||||
|
|
Loading…
Reference in New Issue