File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
- isort --check-only --diff .
20
20
- pydocstyle .
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : actions/setup-python@v4
24
24
with :
25
25
python-version : " 3.x"
31
31
docs :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- uses : actions/setup-python@v4
36
36
with :
37
37
python-version : " 3.x"
43
43
dist :
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- uses : actions/setup-python@v4
48
48
with :
49
49
python-version : " 3.x"
79
79
django-version : " 4.1"
80
80
extras : " test,reversion"
81
81
steps :
82
- - uses : actions/checkout@v3
82
+ - uses : actions/checkout@v4
83
83
- uses : actions/setup-python@v4
84
84
with :
85
85
python-version : ${{ matrix.python-version }}
@@ -103,7 +103,7 @@ jobs:
103
103
language : [ python ]
104
104
steps :
105
105
- name : Checkout
106
- uses : actions/checkout@v3
106
+ uses : actions/checkout@v4
107
107
- name : Initialize CodeQL
108
108
uses : github/codeql-action/init@v2
109
109
with :
Original file line number Diff line number Diff line change 9
9
PyPi :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " 3.x"
You can’t perform that action at this time.
0 commit comments