Update actions/setup-python action to v5 (#113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-12-10 20:28:29 +01:00
committed by GitHub
parent 46510a2d36
commit da59023028

View File

@ -36,7 +36,7 @@ jobs:
run: pipx install poetry run: pipx install poetry
- name: Setup Python 3.11 - name: Setup Python 3.11
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: "3.11" python-version: "3.11"
cache: "poetry" cache: "poetry"