66 PEP8 :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3.2.0
1010 - name : Set up Python
11- uses : actions/setup-python@v2
11+ uses : actions/setup-python@v4.3.1
1212 with :
1313 python-version : ' 3.x'
1414 - name : Install dependencies
2222 PyLint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3.2.0
2626 - name : Set up Python
27- uses : actions/setup-python@v2
27+ uses : actions/setup-python@v4.3.1
2828 with :
2929 python-version : ' 3.7'
3030 - name : Install dependencies
4242 MyPy :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v3.2.0
4646 - name : Set up Python
47- uses : actions/setup-python@v2
47+ uses : actions/setup-python@v4.3.1
4848 with :
4949 python-version : ' 3.x'
5050 - name : Install dependencies
6262 Black :
6363 runs-on : ubuntu-latest
6464 steps :
65- - uses : actions/checkout@v2
65+ - uses : actions/checkout@v3.2.0
6666 - name : Set up Python
67- uses : actions/setup-python@v2
67+ uses : actions/setup-python@v4.3.1
6868 with :
6969 python-version : ' 3.x'
7070 - name : Install dependencies
8585 python-version : ["3.7", "3.8", "3.9", "3.10"]
8686
8787 steps :
88- - uses : actions/checkout@v2
88+ - uses : actions/checkout@v3.2.0
8989 - name : Set up Python ${{ matrix.python-version }}
90- uses : actions/setup-python@v2
90+ uses : actions/setup-python@v4.3.1
9191 with :
9292 python-version : ${{ matrix.python-version }}
9393 - name : Install dependencies
@@ -109,9 +109,9 @@ jobs:
109109 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
110110 runs-on : ubuntu-latest
111111 steps :
112- - uses : actions/checkout@v2
112+ - uses : actions/checkout@v3.2.0
113113 - name : Set up Python
114- uses : actions/setup-python@v2
114+ uses : actions/setup-python@v4.3.1
115115 with :
116116 python-version : ' 3.x'
117117 - name : Install dependencies
0 commit comments