[ci] Bump actions/setup-python to v5

Authored by: bashonly
This commit is contained in:
bashonly
2024-02-11 15:47:16 +01:00
committed by Simon Sawicki
parent 867f637b95
commit b14e818b37
5 changed files with 11 additions and 11 deletions

View File

@@ -71,7 +71,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
@@ -248,7 +248,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
@@ -297,7 +297,7 @@ jobs:
with:
fetch-depth: 0
- uses: actions/download-artifact@v3
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"