File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v3
2020 - name : Setup Python
21- uses : actions/setup-python@v2.3.2
21+ uses : actions/setup-python@v3.1.0
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424 architecture : x64
5151 steps :
5252 - uses : actions/checkout@v3
5353 - name : Setup Python
54- uses : actions/setup-python@v2.3.2
54+ uses : actions/setup-python@v3.1.0
5555 with :
5656 python-version : ${{ matrix.python-version }}
5757 architecture : x64
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v3
1212 - name : Set up Python
13- uses : actions/setup-python@v2.3.2
13+ uses : actions/setup-python@v3.1.0
1414 with :
1515 python-version : " 3.x"
1616 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments