ci: update actions/setup-python to v5

This commit is contained in:
NateScarlet 2024-11-12 20:44:50 +08:00
parent f3e07139d0
commit 0dedd4f863
No known key found for this signature in database
GPG Key ID: 5C242793B070309C

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies