File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 name : Flake8
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 -
19- uses : actions/setup-python@v4
19+ uses : actions/setup-python@v5
2020 with :
2121 # matches compat target in setup.py
2222 python-version : ' 3.8'
2929 name : Pylint
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 -
34- uses : actions/setup-python@v4
34+ uses : actions/setup-python@v5
3535 with :
3636 python-version : ' 3.x'
3737 - name : " Main Script"
4646 matrix :
4747 python-version : ["3.8", "3.9", "3.x", "pypy3.8"]
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050 -
51- uses : actions/setup-python@v4
51+ uses : actions/setup-python@v5
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 - name : " Main Script"
6262 name : Pytest with Coverage Test
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v3
65+ - uses : actions/checkout@v4
6666 -
67- uses : actions/setup-python@v4
67+ uses : actions/setup-python@v5
6868 with :
6969 python-version : ' 3.x'
7070 - name : " Main Script"
8181 name : Documentation
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@v3
84+ - uses : actions/checkout@v4
8585 -
86- uses : actions/setup-python@v4
86+ uses : actions/setup-python@v5
8787 with :
8888 python-version : ' 3.x'
8989 - name : " Main Script"
You can’t perform that action at this time.
0 commit comments