ci: 更新 setup-python

This commit is contained in:
寂静的羽夏 2025-05-02 19:38:57 +08:00
parent cb2e8743af
commit 098f08e906
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ jobs:
run: sudo apt install fakeroot patchelf -y run: sudo apt install fakeroot patchelf -y
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v2 uses: actions/setup-python@v5
with: with:
python-version: '3.8' python-version: '3.8'
cache: 'pip' cache: 'pip'

View File

@ -43,7 +43,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v2 uses: actions/setup-python@v5
with: with:
python-version: '3.8' python-version: '3.8'
cache: 'pip' cache: 'pip'