ci: upgrade setup-python GitHub Action

This commit is contained in:
link2xt
2024-02-22 06:18:34 +00:00
parent 0a18e32d62
commit ccd5158109
2 changed files with 3 additions and 3 deletions

View File

@@ -218,7 +218,7 @@ jobs:
path: target/debug
- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
@@ -264,7 +264,7 @@ jobs:
show-progress: false
- name: Install python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}