File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
41+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : ' pip'
8282 run : touch requirements.txt
8383
8484 - name : Set up Python
85- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
85+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
8686 with :
8787 python-version : ' 3.x'
8888 cache : ' pip'
Original file line number Diff line number Diff line change 2323 ref : ${{ github.event.workflow_run.head_branch }}
2424
2525 - name : Set up Python
26- uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
26+ uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
2727 with :
2828 python-version : ' 3.x'
2929
Original file line number Diff line number Diff line change 1515 version : ${{ steps.get-version.outputs.version }}
1616 steps :
1717 - uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
18- - uses : actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
18+ - uses : actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
1919 with :
2020 python-version : " 3.x"
2121 - id : get-version
You can’t perform that action at this time.
0 commit comments