File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 - name : Setup Python
2121 uses : actions/setup-python@v5
2222 with :
23- python-version : ${{ fromJSON(needs.python-versions.outputs.python-version )[-1] }}
23+ python-version : ${{ fromJSON(needs.python-versions.outputs.python-versions )[-1] }}
2424
2525 - name : Checkout to code
2626 uses : actions/checkout@v4
4141 - name : Setup Python
4242 uses : actions/setup-python@v5
4343 with :
44- python-version : ${{ fromJSON(needs.python-versions.outputs.python-version )[-1] }}
44+ python-version : ${{ fromJSON(needs.python-versions.outputs.python-versions )[-1] }}
4545
4646 - name : Checkout to code
4747 uses : actions/checkout@v4
6363 - name : Setup Python
6464 uses : actions/setup-python@v5
6565 with :
66- python-version : $${{ fromJSON(needs.python-versions.outputs.python-version )[-1] }}
66+ python-version : $${{ fromJSON(needs.python-versions.outputs.python-versions )[-1] }}
6767
6868 - name : Checkout to code
6969 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments