summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-07-22 14:12:51 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-07-22 14:12:51 +0200
commiteb6c9142caa61374d35968da148d2664a67ca619 (patch)
treeb7231b8df9e854116a4b308e528d26bb6ae8fd58
parent3018178d3f5de5098ca0d47b5922144099a2eae4 (diff)
parent8039500f93acc2e89924bf335ca4b8f10d14d56f (diff)
downloadredot-engine-eb6c9142caa61374d35968da148d2664a67ca619.tar.gz
Merge pull request #94442 from Repiteo/ci/revert-python-version
Revert "CI: Pin Python 3.12.3 to workaround GHA issue"
-rw-r--r--.github/actions/godot-deps/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml
index 607666ec5f..07a364cd79 100644
--- a/.github/actions/godot-deps/action.yml
+++ b/.github/actions/godot-deps/action.yml
@@ -3,7 +3,7 @@ description: Setup Python, install the pip version of SCons.
inputs:
python-version:
description: The Python version to use.
- default: "3.12.3"
+ default: "3.x"
python-arch:
description: The Python architecture.
default: "x64"