Merge pull request #774 from QYG2297248353/renovate/actions-setup-python-5.x

chore(deps): update actions/setup-python action to v5
This commit is contained in:
新疆萌森软件开发工作室 2024-11-28 17:33:33 +08:00 committed by GitHub
commit 3f1224bd68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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