[godot] Revert change to python setup GH action.

This commit is contained in:
Mario Zechner 2023-03-07 11:26:39 +01:00
parent b7482f87d9
commit 9a168a26a4

View File

@ -12,7 +12,7 @@ runs:
steps:
# Use python 3.x release (works cross platform)
- name: Set up Python 3.x
uses: actions/setup-python@v3
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: ${{ inputs.python-version }}