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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3939
4040 - name : Set up Python ${{ matrix.python-version }}
41- uses : actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984
41+ uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
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@13ae5bb136fac2878aff31522b9efb785519f984
85+ uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
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@13ae5bb136fac2878aff31522b9efb785519f984
26+ uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
18- - uses : actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984
18+ - uses : actions/setup-python@2c3dd9e7e29afd70cc0950079bde6c979d1f69f9
1919 with :
2020 python-version : " 3.x"
2121 - id : get-version
You can’t perform that action at this time.
0 commit comments