File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
3838
3939 - name : Set up Python ${{ matrix.python-version }}
40- uses : actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
40+ uses : actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 cache : ' pip'
Original file line number Diff line number Diff line change 2626 ref : ${{ github.event.workflow_run.head_branch }}
2727
2828 - name : Set up Python
29- uses : actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20
29+ uses : actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
3030 with :
3131 python-version : ' 3.x'
3232
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
18- - uses : actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6
18+ - uses : actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
1919 - name : Get supported version
2020 id : get-version
2121 run : |
You can’t perform that action at this time.
0 commit comments