diff --git a/.github/workflows/VariableProducer.yml b/.github/workflows/VariableProducer.yml index e79f7b0a..b6196db6 100644 --- a/.github/workflows/VariableProducer.yml +++ b/.github/workflows/VariableProducer.yml @@ -14,7 +14,7 @@ on: value: ${{ jobs.produce.outputs.node-versions }} env: - pythonversions: "['3.12', '3.11', '3.10']" # Keep Python Versions in descending order + pythonversions: "['3.12.4', '3.11', '3.10']" # Keep Python Versions in descending order nodeversions: "['19']" jobs: