chore(deps): update actions/setup-python action to v5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-10 15:36:26 +00:00 committed by Tilman Vatteroth
parent 8faa200ce2
commit 57be001b0e

View file

@ -36,7 +36,7 @@ jobs:
node-version: ${{ env.NODEJS_VERSION }}
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}