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 }}

View File

@@ -174,7 +174,7 @@ jobs:
# Python 3.11 is needed for tomllib used in scripts/wheel-rpc-server.py
- name: Install python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.12