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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
1616
1717 - name : Set up Python 3.x
18- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
18+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
1919 with :
2020 python-version : 3.x
2121 cache : ' pip'
5656 uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5757
5858 - name : Set up Python ${{ matrix.python-version }}
59- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
59+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 cache : ' pip'
9898 run : touch requirements.txt
9999
100100 - name : Set up Python
101- uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
101+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
102102 with :
103103 python-version : ' 3.x'
104104 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@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
26+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
18- - uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
18+ - uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
1919 with :
2020 python-version : " 3.x"
2121 - id : get-version
You can’t perform that action at this time.
0 commit comments