Fine-tuning GitHub Actions (#3169)

* Bumping GitHub Actions versions

* Using LZMA2 for 7zip compression in Windows packaging
This commit is contained in:
YAN Wenkun
2024-07-02 05:15:49 +08:00
committed by GitHub
parent 601b4b63e1
commit 0cd4a6a5e5
3 changed files with 8 additions and 8 deletions

View File

@@ -32,11 +32,11 @@ jobs:
pull-requests: "read"
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.${{ inputs.python_minor }}.${{ inputs.python_patch }}
- shell: bash