ci(github workflows): 更新actions/checkout和setup-python版本

This commit is contained in:
BROBIRD
2026-06-02 01:43:52 +08:00
parent 86cea74b26
commit 87bcebc124

View File

@@ -13,13 +13,13 @@ jobs:
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
persist-credentials: false persist-credentials: false
fetch-depth: 0 fetch-depth: 0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v6
with: with:
python-version: '3.x' python-version: '3.x'