File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
needs : [lint, tests]
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Set up Python 3.11
20
- uses : actions/setup-python@v4
20
+ uses : actions/setup-python@v5
21
21
with :
22
22
python-version : ' 3.11'
23
23
- name : Build wheel and source tarball
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Python 3.11
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.11'
19
19
- name : Install dependencies
Original file line number Diff line number Diff line change 32
32
- django : " 5.2"
33
33
python-version : " 3.9"
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- name : Set up Python ${{ matrix.python-version }}
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
39
python-version : ${{ matrix.python-version }}
40
40
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments