Upgrade GitHub Actions to checkout@v6 and setup-python@v6

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2026-04-02 10:28:05 +08:00 committed by GitHub
parent 9e1d7a5239
commit 11eec19e7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,10 +98,10 @@ jobs:
RELEASE: ${{ needs.Set_Variables.outputs.RELEASE }} RELEASE: ${{ needs.Set_Variables.outputs.RELEASE }}
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '3.11' python-version: '3.11'