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:27:38 +08:00 committed by GitHub
parent 569e0b5749
commit 9e1d7a5239
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,10 +109,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'