File tree 2 files changed +7
-7
lines changed
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@v4
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
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@v4
34
- - uses : actions/setup-python@v4
34
+ - uses : actions/setup-python@v5
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@v4
55
- - uses : actions/setup-python@v4
55
+ - uses : actions/setup-python@v5
56
56
with :
57
57
python-version : " 3.10"
58
58
- run : sudo apt-get install -y gettext graphviz
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- uses : actions/checkout@v4
80
- - uses : actions/setup-python@v4
80
+ - uses : actions/setup-python@v5
81
81
with :
82
82
python-version : ${{ matrix.python-version }}
83
83
- run : python -m pip install Django~="${{ matrix.django-version }}.0"
@@ -103,7 +103,7 @@ jobs:
103
103
mkdir bin
104
104
curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
105
105
unzip chromedriver_linux64.zip -d bin
106
- - uses : actions/setup-python@v4
106
+ - uses : actions/setup-python@v5
107
107
with :
108
108
python-version : ${{ matrix.python-version }}
109
109
- 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@v4
12
- - uses : actions/setup-python@v4
12
+ - uses : actions/setup-python@v5
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@v4
27
27
- uses : actions/setup-node@v4
28
- - uses : actions/setup-python@v4
28
+ - uses : actions/setup-python@v5
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