99 Pytest :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 submodules : ' recursive'
1515 - name : Set up Python 3.9
16- uses : actions/setup-python@v4
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : 3.9
1919 - name : Install dependencies
@@ -30,11 +30,11 @@ jobs:
3030 Flake8 :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 submodules : ' recursive'
3636 - name : Set up Python 3.9
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@v5
3838 with :
3939 python-version : 3.9
4040 - name : Install dependencies
@@ -48,11 +48,11 @@ jobs:
4848 Mypy :
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v3
51+ - uses : actions/checkout@v4
5252 with :
5353 submodules : ' recursive'
5454 - name : Set up Python 3.9
55- uses : actions/setup-python@v4
55+ uses : actions/setup-python@v5
5656 with :
5757 python-version : 3.9
5858 - name : Install dependencies
@@ -66,11 +66,11 @@ jobs:
6666 Load :
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 with :
7171 submodules : ' recursive'
7272 - name : Set up Python 3.9
73- uses : actions/setup-python@v4
73+ uses : actions/setup-python@v5
7474 with :
7575 python-version : 3.9
7676 - name : Install dependencies
0 commit comments