16
16
toxenv : [django_not_installed, ruff, pylint, readme]
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Set up Python ${{ matrix.python-version }}
21
- uses : actions/setup-python@v4
21
+ uses : actions/setup-python@v5
22
22
with :
23
23
python-version : ${{ matrix.python-version }}
24
24
43
43
django-version : ["5.0", "-main"]
44
44
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@v4
48
+ uses : actions/setup-python@v5
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
67
67
pip install coveralls
68
68
coveralls --service=github
69
69
70
- test :
70
+ test_maintained :
71
71
name :
72
- test latest / Django@${{ matrix.django-version }} / Python@${{
72
+ test maintained / Django@${{ matrix.django-version }} / Python@${{
73
73
matrix.python-version }}
74
74
runs-on : ubuntu-latest
75
75
strategy :
79
79
django-version : ["4.0", "4.1", "4.2"]
80
80
81
81
steps :
82
- - uses : actions/checkout@v3
82
+ - uses : actions/checkout@v4
83
83
- name : Set up Python ${{ matrix.python-version }}
84
- uses : actions/setup-python@v4
84
+ uses : actions/setup-python@v5
85
85
with :
86
86
python-version : ${{ matrix.python-version }}
87
87
@@ -107,9 +107,9 @@ jobs:
107
107
django-version : [3.2, 3.1, "3.0", "2.2"]
108
108
109
109
steps :
110
- - uses : actions/checkout@v3
110
+ - uses : actions/checkout@v4
111
111
- name : Set up Python ${{ matrix.python-version }}
112
- uses : actions/setup-python@v4
112
+ uses : actions/setup-python@v5
113
113
with :
114
114
python-version : ${{ matrix.python-version }}
115
115
@@ -130,9 +130,9 @@ jobs:
130
130
python-version : ["3.12"]
131
131
132
132
steps :
133
- - uses : actions/checkout@v3
133
+ - uses : actions/checkout@v4
134
134
- name : Set up Python ${{ matrix.python-version }}
135
- uses : actions/setup-python@v4
135
+ uses : actions/setup-python@v5
136
136
with :
137
137
python-version : ${{ matrix.python-version }}
138
138
0 commit comments