Skip to content

Commit 098f08e

Browse files
committed
ci: 更新 setup-python
1 parent cb2e874 commit 098f08e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/qt-build-release-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: sudo apt install fakeroot patchelf -y
4141

4242
- name: Setup Python
43-
uses: actions/setup-python@v2
43+
uses: actions/setup-python@v5
4444
with:
4545
python-version: '3.8'
4646
cache: 'pip'

.github/workflows/qt-build-release-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
4444

4545
- name: Setup Python
46-
uses: actions/setup-python@v2
46+
uses: actions/setup-python@v5
4747
with:
4848
python-version: '3.8'
4949
cache: 'pip'
@@ -64,4 +64,4 @@ jobs:
6464
with:
6565
name: WingHexExplorer2-win-release-build-cache
6666
path: ${{github.workspace}}/mkinstaller/innoSetup/*.exe
67-
67+

0 commit comments

Comments
 (0)