ACTIONS配置文件修正

This commit is contained in:
2024-08-19 12:51:11 +08:00
parent 4bc21c057f
commit a88bcd4662

View File

@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.10'