Update setup-python action to Node 20

This commit is contained in:
FreezyLemon 2024-04-01 21:04:46 +02:00 committed by Josh Holmer
parent c4ce3e6323
commit f34fad8858

View file

@ -18,7 +18,7 @@ jobs:
steps: steps:
- name: Python 3 setup - name: Python 3 setup
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
python-version: '~3.12' python-version: '~3.12'
architecture: x64 architecture: x64