File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
1616
1717 - name : Set up Python 3.x
18- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
18+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
1919 with :
2020 python-version : 3.x
2121 cache : ' pip'
5959 uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
6060
6161 - name : Set up Python ${{ matrix.python-version }}
62- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
62+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565 cache : ' pip'
@@ -101,7 +101,7 @@ jobs:
101101 run : touch requirements.txt
102102
103103 - name : Set up Python
104- uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
104+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
105105 with :
106106 python-version : ' 3.x'
107107 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@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
26+ uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
18- - uses : actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
18+ - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
1919 with :
2020 python-version : " 3.x"
2121 - id : get-version
You can’t perform that action at this time.
0 commit comments