File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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@c4e89fac7e8767b327bbad6cb4d859eda999cf08
40+ uses : actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
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@c4e89fac7e8767b327bbad6cb4d859eda999cf08
29+ uses : actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
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@c4e89fac7e8767b327bbad6cb4d859eda999cf08
18+ - uses : actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
1919 - name : Get supported version
2020 id : get-version
2121 run : |
You can’t perform that action at this time.
0 commit comments