File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - uses : actions/checkout@v2
4242
4343 - name : Setup python for starting the tests
44- uses : actions/setup-python@v2
44+ uses : actions/setup-python@v2.2.2
4545 with :
4646 python-version : 3.6
4747 architecture : ' x64'
5555 if : runner.os != 'Windows'
5656
5757 - name : Setup python ${{ matrix.python-version }} for running the tests
58- uses : actions/setup-python@v2
58+ uses : actions/setup-python@v2.2.2
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 architecture : ' x64'
Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@v2
3939
4040 - name : Setup python for starting the tests
41- uses : actions/setup-python@v2
41+ uses : actions/setup-python@v2.2.2
4242 with :
4343 python-version : 3.6
4444 architecture : ' x64'
5252 if : runner.os != 'Windows'
5353
5454 - name : Setup python ${{ matrix.python-version }} for running the tests
55- uses : actions/setup-python@v2
55+ uses : actions/setup-python@v2.2.2
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858 architecture : ' x64'
Original file line number Diff line number Diff line change 3535 - uses : actions/checkout@v2
3636
3737 - name : Setup Python 3.6
38- uses : actions/setup-python@v2
38+ uses : actions/setup-python@v2.2.2
3939 with :
4040 python-version : ' 3.6.x'
4141 architecture : ' x64'
Original file line number Diff line number Diff line change 3333 - uses : actions/checkout@v2
3434
3535 - name : Setup python ${{ matrix.python-version }}
36- uses : actions/setup-python@v2
36+ uses : actions/setup-python@v2.2.2
3737 with :
3838 python-version : ${{ matrix.python-version }}
3939 architecture : ' x64'
Original file line number Diff line number Diff line change 2929 - uses : actions/checkout@v2
3030
3131 - name : Setup python ${{ matrix.python-version }}
32- uses : actions/setup-python@v2
32+ uses : actions/setup-python@v2.2.2
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 architecture : ' x64'
You can’t perform that action at this time.
0 commit comments