File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
- pydocstyle .
20
20
steps :
21
21
- uses : actions/checkout@v5
22
- - uses : actions/setup-python@v5
22
+ - uses : actions/setup-python@v6
23
23
with :
24
24
python-version : " 3.x"
25
25
cache : ' pip'
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- uses : actions/checkout@v5
34
- - uses : actions/setup-python@v5
34
+ - uses : actions/setup-python@v6
35
35
with :
36
36
python-version : " 3.x"
37
37
- run : python -m pip install --upgrade pip build wheel twine readme-renderer
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- uses : actions/checkout@v5
55
- - uses : actions/setup-python@v5
55
+ - uses : actions/setup-python@v6
56
56
with :
57
57
python-version : " 3.10"
58
58
- run : sudo apt-get install -y gettext graphviz
76
76
runs-on : ubuntu-latest
77
77
steps :
78
78
- uses : actions/checkout@v5
79
- - uses : actions/setup-python@v5
79
+ - uses : actions/setup-python@v6
80
80
with :
81
81
python-version : ${{ matrix.python-version }}
82
82
- run : python -m pip install Django~="${{ matrix.django-version }}.0"
@@ -102,7 +102,7 @@ jobs:
102
102
mkdir bin
103
103
curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
104
104
unzip chromedriver_linux64.zip -d bin
105
- - uses : actions/setup-python@v5
105
+ - uses : actions/setup-python@v6
106
106
with :
107
107
python-version : ${{ matrix.python-version }}
108
108
- run : python -m pip install Django
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v5
12
- - uses : actions/setup-python@v5
12
+ - uses : actions/setup-python@v6
13
13
with :
14
14
python-version : " 3.x"
15
15
- run : python -m pip install --upgrade pip build wheel twine
25
25
steps :
26
26
- uses : actions/checkout@v5
27
27
- uses : actions/setup-node@v4
28
- - uses : actions/setup-python@v5
28
+ - uses : actions/setup-python@v6
29
29
with :
30
30
python-version : " 3.x"
31
31
- run : python -m pip install --upgrade setuptools_scm
You can’t perform that action at this time.
0 commit comments