Update actions/setup-python action to v5

This commit is contained in:
renovate[bot]
2024-02-15 18:46:51 +00:00
committed by GitHub
parent 9e2d2a7503
commit a398abdf63

View File

@@ -16,7 +16,7 @@ jobs:
with: with:
version: v3.13.3 version: v3.13.3
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: "3.10" python-version: "3.10"
check-latest: true check-latest: true