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 1414 steps :
1515 - uses : actions/checkout@v3
1616 - name : Set up Python
17- uses : actions/setup-python@v2
17+ uses : actions/setup-python@v4
1818 with :
1919 python-version : ' 3.x'
2020 - name : Install dependencies
Original file line number Diff line number Diff line change 2727 run : git config --local --unset http.https://github.com/.extraheader
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v2
30+ uses : actions/setup-python@v4
3131 with :
3232 python-version : 3.7
3333
Original file line number Diff line number Diff line change 4949
5050
5151 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v2
52+ uses : actions/setup-python@v4
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 - name : Update build tools
You can’t perform that action at this time.
0 commit comments