File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
black :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/setup-python@v5.1.1
7
+ - uses : actions/setup-python@v5.6.0
8
8
with :
9
9
python-version : " 3.11"
10
10
- uses : actions/checkout@v4
14
14
flake8 :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/setup-python@v5.1.1
17
+ - uses : actions/setup-python@v5.6.0
18
18
with :
19
19
python-version : " 3.11"
20
20
- uses : actions/checkout@v4
24
24
isort :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/setup-python@v5.1.1
27
+ - uses : actions/setup-python@v5.6.0
28
28
with :
29
29
python-version : " 3.11"
30
30
- uses : actions/checkout@v4
34
34
docs :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/setup-python@v5.1.1
37
+ - uses : actions/setup-python@v5.6.0
38
38
- uses : actions/checkout@v4
39
39
- run : python -m pip install -r docs/requirements.txt
40
40
- run : cd docs/ && make html && make spelling
86
86
- 5432:5432
87
87
steps :
88
88
- name : Set up Python ${{ matrix.python-version }}
89
- uses : actions/setup-python@v5.1.1
89
+ uses : actions/setup-python@v5.6.0
90
90
with :
91
91
python-version : ${{ matrix.python-version }}
92
92
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments