@@ -38,11 +38,11 @@ jobs:
3838 max-parallel : 6
3939 matrix :
4040 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 ' ]
4242 outputs :
4343 version : ${{ steps.getVersion.outputs.VERSION }}
4444 steps :
45- - uses : actions/checkout@v3
45+ - uses : actions/checkout@v4
4646 - name : Set up Python ${{ matrix.python-version }}
4747 uses : actions/setup-python@v4
4848 with :
@@ -79,10 +79,10 @@ jobs:
7979 max-parallel : 6
8080 matrix :
8181 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 ' ]
8383 include :
8484 - python-version : ' 3.11'
85- django-version : ' 4.2.1 '
85+ django-version : ' 4.2.6 '
8686 coverage : yes
8787 services :
8888 redis :
9797 outputs :
9898 version : ${{ steps.getVersion.outputs.VERSION }}
9999 steps :
100- - uses : actions/checkout@v3
100+ - uses : actions/checkout@v4
101101 - name : Set up Python ${{ matrix.python-version }}
102102 uses : actions/setup-python@v4
103103 with :
@@ -136,7 +136,7 @@ jobs:
136136 repoToken : ${{ secrets.GITHUB_TOKEN }}
137137 - name : Create coverage badge
138138 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
140140 with :
141141 auth : ${{ secrets.GIST_SECRET }}
142142 gistID : b756396efb895f0e34558c980f1ca0c7
0 commit comments