1616 toxenv : [django_not_installed, ruff, pylint, readme]
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v4
21+ uses : actions/setup-python@v5
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
4343 django-version : ["5.0", "-main"]
4444
4545 steps :
46- - uses : actions/checkout@v3
46+ - uses : actions/checkout@v4
4747 - name : Set up Python ${{ matrix.python-version }}
48- uses : actions/setup-python@v4
48+ uses : actions/setup-python@v5
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
6767 pip install coveralls
6868 coveralls --service=github
6969
70- test :
70+ test_maintained :
7171 name :
72- test latest / Django@${{ matrix.django-version }} / Python@${{
72+ test maintained / Django@${{ matrix.django-version }} / Python@${{
7373 matrix.python-version }}
7474 runs-on : ubuntu-latest
7575 strategy :
7979 django-version : ["4.0", "4.1", "4.2"]
8080
8181 steps :
82- - uses : actions/checkout@v3
82+ - uses : actions/checkout@v4
8383 - name : Set up Python ${{ matrix.python-version }}
84- uses : actions/setup-python@v4
84+ uses : actions/setup-python@v5
8585 with :
8686 python-version : ${{ matrix.python-version }}
8787
@@ -107,9 +107,9 @@ jobs:
107107 django-version : [3.2, 3.1, "3.0", "2.2"]
108108
109109 steps :
110- - uses : actions/checkout@v3
110+ - uses : actions/checkout@v4
111111 - name : Set up Python ${{ matrix.python-version }}
112- uses : actions/setup-python@v4
112+ uses : actions/setup-python@v5
113113 with :
114114 python-version : ${{ matrix.python-version }}
115115
@@ -130,9 +130,9 @@ jobs:
130130 python-version : ["3.12"]
131131
132132 steps :
133- - uses : actions/checkout@v3
133+ - uses : actions/checkout@v4
134134 - name : Set up Python ${{ matrix.python-version }}
135- uses : actions/setup-python@v4
135+ uses : actions/setup-python@v5
136136 with :
137137 python-version : ${{ matrix.python-version }}
138138
0 commit comments