Merge pull request #92967 from akien-mga/ci-gha-pin-python-3.12.3

CI: Pin Python 3.12.3 to workaround GHA issue
This commit is contained in:
Rémi Verschelde 2024-06-10 12:13:10 +02:00 committed by GitHub
commit 32eba1ee17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ description: Setup Python, install the pip version of SCons.
inputs: inputs:
python-version: python-version:
description: The Python version to use. description: The Python version to use.
default: "3.x" default: "3.12.3"
python-arch: python-arch:
description: The Python architecture. description: The Python architecture.
default: "x64" default: "x64"