diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-22 14:12:51 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-07-22 14:12:51 +0200 |
commit | eb6c9142caa61374d35968da148d2664a67ca619 (patch) | |
tree | b7231b8df9e854116a4b308e528d26bb6ae8fd58 | |
parent | 3018178d3f5de5098ca0d47b5922144099a2eae4 (diff) | |
parent | 8039500f93acc2e89924bf335ca4b8f10d14d56f (diff) | |
download | redot-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.yml | 2 |
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" |