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 1414 steps :
1515 - uses : actions/checkout@v3
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v2
17+ uses : actions/setup-python@v4
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Install dependencies
3535 steps :
3636 - uses : actions/checkout@v3
3737 - name : Set up Python 3.8
38- uses : actions/setup-python@v2
38+ uses : actions/setup-python@v4
3939 with :
4040 python-version : 3.8
4141 - name : Intall Flake8
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
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : " 3.x"
1616 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments