@@ -38,11 +38,11 @@ jobs:
38
38
max-parallel : 6
39
39
matrix :
40
40
python-version : [ '3.9', '3.10', '3.11' ]
41
- django-version : [ '3.2.19 ', '4.2.1 ' ]
41
+ django-version : [ '3.2.22 ', '4.2.6 ' ]
42
42
outputs :
43
43
version : ${{ steps.getVersion.outputs.VERSION }}
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
- name : Set up Python ${{ matrix.python-version }}
47
47
uses : actions/setup-python@v4
48
48
with :
@@ -79,10 +79,10 @@ jobs:
79
79
max-parallel : 6
80
80
matrix :
81
81
python-version : [ '3.9', '3.10', '3.11' ]
82
- django-version : [ '3.2.19 ', '4.2.1 ' ]
82
+ django-version : [ '3.2.22 ', '4.2.6 ' ]
83
83
include :
84
84
- python-version : ' 3.11'
85
- django-version : ' 4.2.1 '
85
+ django-version : ' 4.2.6 '
86
86
coverage : yes
87
87
services :
88
88
redis :
97
97
outputs :
98
98
version : ${{ steps.getVersion.outputs.VERSION }}
99
99
steps :
100
- - uses : actions/checkout@v3
100
+ - uses : actions/checkout@v4
101
101
- name : Set up Python ${{ matrix.python-version }}
102
102
uses : actions/setup-python@v4
103
103
with :
@@ -136,7 +136,7 @@ jobs:
136
136
repoToken : ${{ secrets.GITHUB_TOKEN }}
137
137
- name : Create coverage badge
138
138
if : ${{ matrix.coverage == 'yes' && github.event_name == 'push' }}
139
- uses : schneegans/dynamic-badges-action@v1.6 .0
139
+ uses : schneegans/dynamic-badges-action@v1.7 .0
140
140
with :
141
141
auth : ${{ secrets.GIST_SECRET }}
142
142
gistID : b756396efb895f0e34558c980f1ca0c7
0 commit comments